mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-03-05 02:43:10 +08:00
Added config entry for select account
This commit is contained in:
parent
2ca8038df2
commit
3abde8bfe2
@ -59,6 +59,7 @@ return [
|
||||
'name' => 'Google',
|
||||
'auto_register' => env('GOOGLE_AUTO_REGISTER', false),
|
||||
'auto_confirm' => env('GOOGLE_AUTO_CONFIRM_EMAIL', false),
|
||||
'select_account' => env('GOOGLE_SELECT_ACCOUNT', false),
|
||||
],
|
||||
|
||||
'slack' => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user