fix: remove duplicate signin successfully message (#571)

This commit is contained in:
Yaodong Yu 2023-03-17 22:38:25 +08:00 committed by GitHub
parent 84f277309b
commit 2dee05c7f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ export function signin() {
const message = {tag: "Casdoor", type: "SilentSignin", data: "success"};
window.parent.postMessage(message, "*");
}
showMessage("success", i18next.t("login:Logged in successfully"));
}
return res;