mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 13:55:01 +02:00
Apply Pint fixes
This commit is contained in:
@ -54,7 +54,7 @@ class WebAuthnRecoveryController extends Controller
|
||||
$user->save();
|
||||
Log::notice(sprintf('Legacy login restored for user ID #%s', $user->id));
|
||||
} else {
|
||||
throw new AuthenticationException();
|
||||
throw new AuthenticationException;
|
||||
}
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user