We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da654d8 commit d018ecdCopy full SHA for d018ecd
client/src/modules/user/AuthBox/components/SignInForm.jsx
@@ -137,10 +137,10 @@ class SignInForm extends PureComponent {
137
138
if (err instanceof UnauthorizedException) {
139
newState.signInErrorId = 'user.actions.sign-in.invalid-credentials';
140
+ } else {
141
+ newState.signInErrorId = 'common.something-went-wrong';
142
}
143
- newState.signInErrorId = 'common.something-went-wrong';
-
144
this.setState(newState);
145
146
});
0 commit comments