restcontroller: auth :fix user nullpointer
add missing parameter to cutler env
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
$REST_ALLOW_VERIFY_ONLY=getenv('FITNESS_REST_ALLOW_VERIFY_ONLY');
|
||||
|
||||
return [
|
||||
'user.passwordResetTokenExpire' => 3600,
|
||||
'company' => 'gyor',//gyor
|
||||
@@ -20,5 +22,6 @@ return [
|
||||
'reception_transfer_list_only_today' => true,
|
||||
'reception_show_stock' => false,
|
||||
'login_admin_email' => false,
|
||||
'warn_ticket_expire_in_usage_count' => 10
|
||||
'warn_ticket_expire_in_usage_count' => 10,
|
||||
'rest_allow_verify_only' => $REST_ALLOW_VERIFY_ONLY === 'true'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user