diff --git a/frontend/src/routes/reset-password.tsx b/frontend/src/routes/reset-password.tsx index f55f49e287..91cf9fb71d 100644 --- a/frontend/src/routes/reset-password.tsx +++ b/frontend/src/routes/reset-password.tsx @@ -54,7 +54,7 @@ function ResetPassword() { const mutation = useMutation({ mutationFn: resetPassword, onSuccess: () => { - showSuccessToast("Password updated successfully.") + showSuccessToast("Password updated successfully") reset() navigate({ to: "/login" }) },