Skip to content

Commit

Permalink
fix(settings/account): update password success message
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Mar 18, 2024
1 parent d81336e commit aa9385c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/(account)/settings/tabs/AccountSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ function ChangePassword() {
<Button type="submit" colour="orange">
Update password
</Button>
{success && (
<div className="font-bold text-green-700">Successfully updated your password</div>
)}
</form>
);
}
Expand Down

0 comments on commit aa9385c

Please sign in to comment.