mirror of https://gitee.com/answerdev/answer.git
Merge remote-tracking branch 'origin/main' into github-main
This commit is contained in:
commit
9164d0f335
|
@ -23,7 +23,6 @@ const Index: FC = () => {
|
|||
const toast = useToast();
|
||||
useEffect(() => {
|
||||
getLoggedUserInfo().then((resp) => {
|
||||
resp.e_mail = 'haa@sifou.com';
|
||||
setUserInfo(resp);
|
||||
});
|
||||
}, []);
|
||||
|
|
Loading…
Reference in New Issue