Skip to content

Commit aff5855

Browse files
authored
Update reset password message
Remove the ending period in the password reset success message to pass playwright tests.
1 parent d1df85e commit aff5855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/routes/reset-password.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function ResetPassword() {
5454
const mutation = useMutation({
5555
mutationFn: resetPassword,
5656
onSuccess: () => {
57-
showSuccessToast("Password updated successfully.")
57+
showSuccessToast("Password updated successfully")
5858
reset()
5959
navigate({ to: "/login" })
6060
},

0 commit comments

Comments
 (0)