mirror of
https://github.com/koel/koel
synced 2025-02-17 13:58:28 +00:00
Remove unused csrf-token meta
This commit is contained in:
parent
a3e667fcab
commit
e0004718e5
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,6 @@
|
||||||
|
|
||||||
<meta name="description" content="{{ config('app.tagline') }}">
|
<meta name="description" content="{{ config('app.tagline') }}">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||||
<meta name="mobile-web-app-capable" content="yes">
|
<meta name="mobile-web-app-capable" content="yes">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue