mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-25 17:57:28 +08:00
parent
77d7f764f1
commit
79afec9737
|
@ -55,10 +55,8 @@ 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();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handle the social registration process on callback.
|
* Handle the social registration process on callback.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user