fix:enabled login providers should be an empty string by default
This commit is contained in:
+1
-1
@@ -68,5 +68,5 @@ return [
|
||||
'name' => 'Linkedin'
|
||||
],
|
||||
|
||||
'enabled_login_providers' => env('ENABLED_LOGIN_PROVIDERS', [])
|
||||
'enabled_login_providers' => env('ENABLED_LOGIN_PROVIDERS', '')
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user