Skip to content

Commit

Permalink
update file
Browse files Browse the repository at this point in the history
  • Loading branch information
juancristobalgd1 authored Jan 4, 2024
1 parent 2d88c7f commit a46d88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public function generateCsrfToken(): string
*/
public function getCsrfToken(): string
{
return $_COOKIE['csrfToken'] ?? $this->generateCsrfToken();
return $this->generateCsrfToken();
}

/**
Expand Down

0 comments on commit a46d88e

Please sign in to comment.