Skip to content

Commit

Permalink
Update ControllerLogin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
R4wizard authored May 4, 2022
1 parent 44d1a77 commit 1204fe3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Authentication/ControllerLogin.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public function auth_logout() {
Request::setSession("dachi_authenticated", false);

session_destroy();
session_regenerate_id(true);

Template::redirect("/auth");
}
Expand Down

0 comments on commit 1204fe3

Please sign in to comment.