]> BookStack Code Mirror - bookstack/commitdiff
Added config entry for select account 1063/head
authorJustin Stein <redacted>
Sun, 4 Nov 2018 19:15:58 +0000 (11:15 -0800)
committerJustin Stein <redacted>
Sun, 4 Nov 2018 19:15:58 +0000 (11:15 -0800)
config/services.php

index 711040386a9ac17c954ad694ac3aece8b11a06de..857a7caa28ca197904fcf61fc3c7ff7ac9709e7b 100644 (file)
@@ -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'   => [