mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-19 09:51:35 +02:00
Fix typo
This commit is contained in:
@@ -73,7 +73,7 @@ class OTP
|
||||
}
|
||||
catch (AssertionFailedException $exception) {
|
||||
$error = \Illuminate\Validation\ValidationException::withMessages([
|
||||
'qrcode' => __('errors.response.no_valid_totp')
|
||||
'qrcode' => __('errors.response.no_valid_otp')
|
||||
]);
|
||||
|
||||
throw $error;
|
||||
|
Reference in New Issue
Block a user