mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
@ -55,9 +55,7 @@ class SocialAuthService
|
|||||||
if ($socialDriver == 'google') {
|
if ($socialDriver == 'google') {
|
||||||
return $this->socialite->driver($driver)->with(['prompt' => 'select_account'])->redirect();
|
return $this->socialite->driver($driver)->with(['prompt' => 'select_account'])->redirect();
|
||||||
}
|
}
|
||||||
else {
|
return $this->socialite->driver($driver)->redirect();
|
||||||
return $this->socialite->driver($driver)->redirect();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user