]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/Access/SocialAuthService.php
Update verify-totp.blade.php
[bookstack] / app / Auth / Access / SocialAuthService.php
index d165e76b121bbe2b6f5064c1b844906272d04f99..23e95970cc3039e9313f6cabe924b1a6b24d0645 100644 (file)
@@ -281,9 +281,6 @@ 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']);
-        }
 
         if (isset($this->configureForRedirectCallbacks[$driverName])) {
             $this->configureForRedirectCallbacks[$driverName]($driver);