Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanni8 committed Feb 21, 2024
1 parent 44ac732 commit bc8c22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/AuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function register(Register $request)



return redirect()->route('login');
return redirect("/login");
}

public function logout()
Expand Down

0 comments on commit bc8c22b

Please sign in to comment.