Fix for CSRF token
This commit is contained in:
parent
d1f657ca66
commit
e04a25d233
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class VerifyCsrfToken extends BaseVerifier
|
|||
* @var array
|
||||
*/
|
||||
private $openRoutes = [
|
||||
'complete',
|
||||
'complete/*',
|
||||
'signup/register',
|
||||
'api/v1/*',
|
||||
'api/v1/login',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue