@@ -32,8 +32,7 @@ |
||
32 | 32 | { |
33 | 33 | return $this->createErrorBagForMessage( |
34 | 34 | ($statusCode == SymfonyResponse::HTTP_UNPROCESSABLE_ENTITY) ? |
35 | - config('google2fa.error_messages.wrong_otp') : |
|
36 | - 'unknown error' |
|
35 | + config('google2fa.error_messages.wrong_otp') : 'unknown error' |
|
37 | 36 | ); |
38 | 37 | } |
39 | 38 | } |