feat: Revert "feat: fix login page path after logout" (#2516)

This reverts commit 23d4488b64.
This commit is contained in:
hsluoyz
2023-11-24 15:52:59 +08:00
committed by GitHub
parent c4a6f07672
commit fd0c70a827
2 changed files with 1 additions and 9 deletions

View File

@ -411,7 +411,6 @@ class LoginPage extends React.Component {
};
if (res.status === "ok") {
localStorage.setItem("loginOrganization", values["organization"]);
if (res.data === NextMfa) {
this.setState({
getVerifyTotp: () => {