Skip to content

Commit

Permalink
Potential CSRF fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander0542 committed Dec 24, 2021
1 parent 5cd7425 commit a2f63fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/views/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="csrf-token" content="{{ csrf_token() }}">

<title inertia>{{ config('app.name', 'Laravel') }}</title>

Expand Down

0 comments on commit a2f63fd

Please sign in to comment.