mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 20:31:13 +00:00
Merge branch 'main' into refactor-server-tidy
This commit is contained in:
commit
6105c1e035
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ export class Login extends Component<any, State> {
|
|||
toast(i18n.t("enter_two_factor_code"), "info");
|
||||
}
|
||||
|
||||
i.setState({ loginRes: { state: "empty" } });
|
||||
i.setState({ loginRes: { state: "failed", msg: loginRes.msg } });
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue