mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
parent
77d7f764f1
commit
79afec9737
@ -55,9 +55,7 @@ class SocialAuthService
|
||||
if ($socialDriver == 'google') {
|
||||
return $this->socialite->driver($driver)->with(['prompt' => 'select_account'])->redirect();
|
||||
}
|
||||
else {
|
||||
return $this->socialite->driver($driver)->redirect();
|
||||
}
|
||||
return $this->socialite->driver($driver)->redirect();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user