Bubka 4 anni fa
parent
commit
38fba9e44e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/Classes/OTP.php

+ 1 - 1
app/Classes/OTP.php

@@ -73,7 +73,7 @@ class OTP
         }
         }
         catch (AssertionFailedException $exception) {
         catch (AssertionFailedException $exception) {
             $error = \Illuminate\Validation\ValidationException::withMessages([
             $error = \Illuminate\Validation\ValidationException::withMessages([
-                'qrcode' => __('errors.response.no_valid_totp')
+                'qrcode' => __('errors.response.no_valid_otp')
             ]);
             ]);
 
 
             throw $error;
             throw $error;