mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
9367f369bc
1 changed files with 2 additions and 0 deletions
|
@ -153,6 +153,7 @@ const submitChangeAction = async (action: string) => {
|
||||||
console.error("Error updating user data:", response.error);
|
console.error("Error updating user data:", response.error);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
sendSuccessSystem();
|
||||||
await validateUserInfo();
|
await validateUserInfo();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Failed to submit change:", error);
|
console.error("Failed to submit change:", error);
|
||||||
|
@ -189,6 +190,7 @@ const submitUserPassword = async () => {
|
||||||
success.value = true;
|
success.value = true;
|
||||||
console.log(res);
|
console.log(res);
|
||||||
userAccount.value = "";
|
userAccount.value = "";
|
||||||
|
sendSuccessSystem();
|
||||||
await validateUserInfo();
|
await validateUserInfo();
|
||||||
} else {
|
} else {
|
||||||
error.value = true;
|
error.value = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue