Update settings system.

This commit is contained in:
吳元皓 2025-06-26 20:43:09 +08:00
parent 200e89f066
commit 6fcf93ab5e

View File

@ -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;
};