Skip to content

Commit

Permalink
feat: i made changes to the password reset form to solve errors in li…
Browse files Browse the repository at this point in the history
…ve mode
  • Loading branch information
codeBigInt committed Jul 22, 2024
1 parent 034b617 commit ac8d1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/passwordSetting/PasswordSettingForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function PasswordSetting() {
if (response.ok) {
// Form submission successful
// You can display a success message or perform any other actions
console.log("Password updated successfully");
console.log(response);
} else {
// Form submission failed
// You can display an error message or perform any other actions
Expand Down

0 comments on commit ac8d1f8

Please sign in to comment.