mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:24:31 -04:00
change to blade style for CSRF
This commit is contained in:
parent
4284ab6f91
commit
6bf806450c
@ -15,7 +15,7 @@
|
||||
<meta property="og:description" content="Simple, Intuitive Invoicing." />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="csrf-token" content="<?= csrf_token() ?>">
|
||||
<meta name="csrf-token" content="{!! csrf_field() !!}">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<link href="//fonts.googleapis.com/css?family=Roboto:400,700,900,100" rel="stylesheet" type="text/css">
|
||||
|
Loading…
x
Reference in New Issue
Block a user