@everymatrix/player-change-password 0.0.233 → 0.0.237

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-change-password",
3
- "version": "0.0.233",
3
+ "version": "0.0.237",
4
4
  "main": "dist/player-change-password.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "d7554673f55c9c428a1cf82bdecf5f2da81e373d"
39
+ "gitHead": "2e75c5dd54e711bed0fc8b8282d8aa284725cfcf"
40
40
  }
@@ -128,16 +128,12 @@
128
128
  switch(e.data.type) {
129
129
  case 'PasswordChangedSuccessfully':
130
130
  passwordChanged = true;
131
- break;
131
+ break;
132
132
 
133
133
  case 'ShowPasswordChangedError':
134
134
  showErrorPasswordChanged = e.data.showErrorPasswordChanged;
135
135
  errorPasswordChanged = e.data.errorPasswordChanged;
136
- break;
137
-
138
- default:
139
- // do nothing
140
- break;
136
+ break;
141
137
  }
142
138
  }
143
139
  }