Skip to content

Commit

Permalink
Merge pull request #191 from JohnsonMao/style/marathon
Browse files Browse the repository at this point in the history
fix(signin): open tip modal when create success
  • Loading branch information
JohnsonMao authored Dec 22, 2024
2 parents f589763 + 6193147 commit 2edd80d
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 2edd80d

Please sign in to comment.