Merge branch 'master' of git://github.com/ch0wm3in/BookStack into ch0wm3in-master

This commit is contained in:
Dan Brown 2020-03-06 20:10:57 +00:00
commit 30db8af460
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -233,6 +233,9 @@ class SocialAuthService
if ($driverName === 'google' && config('services.google.select_account')) {
$driver->with(['prompt' => 'select_account']);
}
if ($driverName === 'azure') {
$driver->with(['resource' => 'https://graph.windows.net']);
}
return $driver;
}