diff --git a/apps/frontend/src/routes/forgot-password/verify.lazy.tsx b/apps/frontend/src/routes/forgot-password/verify.lazy.tsx index 16b3acb..5a069c4 100644 --- a/apps/frontend/src/routes/forgot-password/verify.lazy.tsx +++ b/apps/frontend/src/routes/forgot-password/verify.lazy.tsx @@ -176,6 +176,7 @@ export function ResetPasswordForm() { alert("Failed to parse server response"); } alert("Password reset successfully"); + window.location.href = "/login"; return data; } else { // Tangani kasus jika respons tidak OK