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