1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 09:21:34 +02:00

Fix for CSRF token

This commit is contained in:
Hillel Coren 2016-09-18 10:08:39 +03:00
parent d1f657ca66
commit e04a25d233

View File

@ -13,7 +13,7 @@ class VerifyCsrfToken extends BaseVerifier
* @var array * @var array
*/ */
private $openRoutes = [ private $openRoutes = [
'complete', 'complete/*',
'signup/register', 'signup/register',
'api/v1/*', 'api/v1/*',
'api/v1/login', 'api/v1/login',