mirror of
https://github.com/hpware/news-analyze.git
synced 2025-07-16 19:19:33 +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 res = await req.json();
|
||||
console.log(res);
|
||||
await validateUserInfo();
|
||||
showLogoutDialog.value = false;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user