chore: updates

This commit is contained in:
zerosoul
2022-05-18 22:19:11 +08:00
parent 6272e14493
commit ee527e47e6
10 changed files with 108 additions and 66 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export default function RegWithUsername() {
if (isSuccess && data) {
// 更新本地认证信息
console.log("login data", data);
toast.success("login success");
toast.success("Login Successfully");
dispatch(setAuthData(data));
location.href = `/#/`;
}