mirror of https://gitee.com/answerdev/answer.git
Merge branch 'hot-fix/0.5.0' into 'main'
fix(settings/account): remove debug code See merge request opensource/answer!319
This commit is contained in:
commit
eb0691afb3
|
@ -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