Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Howard Wu 2025-06-16 22:11:29 +08:00
commit 9367f369bc

View File

@ -153,6 +153,7 @@ const submitChangeAction = async (action: string) => {
console.error("Error updating user data:", response.error);
return;
}
sendSuccessSystem();
await validateUserInfo();
} catch (error) {
console.error("Failed to submit change:", error);
@ -189,6 +190,7 @@ const submitUserPassword = async () => {
success.value = true;
console.log(res);
userAccount.value = "";
sendSuccessSystem();
await validateUserInfo();
} else {
error.value = true;