Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanni8 committed Apr 14, 2024
1 parent b42f9bb commit b5dab6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Http/Controllers/AuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public function passwordResetForm(PasswordResetCallback $request, $code)
$passwordResetRequest->delete();
}

return Inertia::render("Auth/Login", [
]);
return redirect("/login");
}
}

0 comments on commit b5dab6d

Please sign in to comment.