Merge remote-tracking branch 'origin/main' into github-main

This commit is contained in:
LinkinStar 2022-12-06 15:54:32 +08:00
commit 9164d0f335
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ const Index: FC = () => {
const toast = useToast();
useEffect(() => {
getLoggedUserInfo().then((resp) => {
resp.e_mail = 'haa@sifou.com';
setUserInfo(resp);
});
}, []);