diff --git a/resources/views/auth/2fa/auth_app_qr.blade.php b/resources/views/auth/2fa/auth_app_qr.blade.php index cd370d4557..7f8c224004 100644 --- a/resources/views/auth/2fa/auth_app_qr.blade.php +++ b/resources/views/auth/2fa/auth_app_qr.blade.php @@ -52,6 +52,13 @@ QR +
+
+ + {{ __('Log in as another user') }} + +
+
diff --git a/resources/views/auth/2fa/otp.blade.php b/resources/views/auth/2fa/otp.blade.php index b08295a3c0..ee01b08ef9 100644 --- a/resources/views/auth/2fa/otp.blade.php +++ b/resources/views/auth/2fa/otp.blade.php @@ -69,14 +69,18 @@ class="form-control{{ $errors->has('code') ? ' is-invalid' : '' }}" {{ __('Send Again') }}
- @if (in_array(\ProcessMaker\TwoFactorAuthentication::AUTH_APP, - config('password-policies.2fa_method', []))) -
+
+ @if (in_array(\ProcessMaker\TwoFactorAuthentication::AUTH_APP, + config('password-policies.2fa_method', []))) {{ __('Authenticator app') }} +
+ @endif + + {{ __('Log in as another user') }} +
- @endif