We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1df85e commit aff5855Copy full SHA for aff5855
frontend/src/routes/reset-password.tsx
@@ -54,7 +54,7 @@ function ResetPassword() {
54
const mutation = useMutation({
55
mutationFn: resetPassword,
56
onSuccess: () => {
57
- showSuccessToast("Password updated successfully.")
+ showSuccessToast("Password updated successfully")
58
reset()
59
navigate({ to: "/login" })
60
},
0 commit comments