mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-27 02:36:06 +01:00
Fix typo
This commit is contained in:
parent
e2b52526dd
commit
38fba9e44e
@ -73,7 +73,7 @@ public static function get(String $uri) {
|
||||
}
|
||||
catch (AssertionFailedException $exception) {
|
||||
$error = \Illuminate\Validation\ValidationException::withMessages([
|
||||
'qrcode' => __('errors.response.no_valid_totp')
|
||||
'qrcode' => __('errors.response.no_valid_otp')
|
||||
]);
|
||||
|
||||
throw $error;
|
||||
|
Loading…
Reference in New Issue
Block a user