Compare commits

..

No commits in common. "4161abe098b013dc698c9f33b3932f17ecad2574" and "d2ef9bb18a623bcf41020d37880d93105e8c4872" have entirely different histories.

View File

@ -106,7 +106,7 @@ if (!Container::$request->session()->has('anti_csrf_token')) {
$appConfig = [ $appConfig = [
'antiCsrfTokenName' => 'anti_csrf_token', 'antiCsrfTokenName' => 'anti_csrf_token',
'antiCsrfTokenErrorResponse' => ['error' => 'no_valid_anti_csrf_token'], 'antiCsrfTokenErrorResponse' => ['error' => 'no_valid_anti_csrf_token'],
'antiCsrfTokenExceptions' => ['/oauth/token'], 'antiCsrfTokenExceptions' => ['oauth/token'],
'loginRouteId' => 'login', 'loginRouteId' => 'login',
'error404View' => 'error/404' 'error404View' => 'error/404'
]; ];