mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 13:55:01 +02:00
Fix bad method call
This commit is contained in:
@ -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)) {
|
||||
|
Reference in New Issue
Block a user