Skip to content

Commit

Permalink
fix(signin): open tip modal when create success
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnsonMao committed Dec 22, 2024
1 parent b6951f4 commit 6193147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/signin/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ function SignInPage() {
};
try {
await updateUser(payload);
setOpen(true);
} catch {
toast.error('伺服器異常,請稍後再試');
}
Expand Down

0 comments on commit 6193147

Please sign in to comment.