Skip to content

Commit

Permalink
Remove unused csrf-token meta
Browse files Browse the repository at this point in the history
  • Loading branch information
An Phan committed Feb 2, 2016
1 parent a3e667f commit e000471
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@

<meta name="description" content="{{ config('app.tagline') }}">
<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="mobile-web-app-capable" content="yes">

<link rel="manifest" href="{{ App::staticUrl('manifest.json') }}" />
<link rel="icon" type="image/x-icon" href="{{ App::staticUrl('public/img/favicon.ico') }}" />
<link rel="icon" href="{{ App::staticUrl('public/img/icon.png') }}">
Expand Down

0 comments on commit e000471

Please sign in to comment.