mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-04-02 20:06:16 +02:00
Fix bad method call
This commit is contained in:
parent
58d97de56d
commit
3fef7d3426
@ -44,7 +44,7 @@ function ($user) use ($request) {
|
|||||||
true,
|
true,
|
||||||
);
|
);
|
||||||
|
|
||||||
Auth::guard()->setProvider($provider);
|
Auth::setProvider($provider);
|
||||||
|
|
||||||
if (Auth::attempt($request->only('email', 'password'))) {
|
if (Auth::attempt($request->only('email', 'password'))) {
|
||||||
if ($this->shouldRevokeAllCredentials($request)) {
|
if ($this->shouldRevokeAllCredentials($request)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user