mirror of
https://github.com/hpware/news-analyze.git
synced 2025-07-17 11:29:32 +08:00
Update settings system.
This commit is contained in:
parent
200e89f066
commit
6fcf93ab5e
@ -56,6 +56,7 @@ const logoutAction = async () => {
|
|||||||
const req = await fetch("/api/user/logout");
|
const req = await fetch("/api/user/logout");
|
||||||
const res = await req.json();
|
const res = await req.json();
|
||||||
console.log(res);
|
console.log(res);
|
||||||
|
await validateUserInfo();
|
||||||
showLogoutDialog.value = false;
|
showLogoutDialog.value = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user