mirror of
https://github.com/hpware/news-analyze.git
synced 2025-07-17 16:09:06 +00:00
Update settings system.
Some checks failed
Build and Push Beta Image / build-and-push (push) Has been cancelled
Some checks failed
Build and Push Beta Image / build-and-push (push) Has been cancelled
This commit is contained in:
parent
200e89f066
commit
6fcf93ab5e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue