diff --git a/resources/views/profile/partials/two-factor-authentication.blade.php b/resources/views/profile/partials/two-factor-authentication.blade.php index 1d44665..4d09dd3 100644 --- a/resources/views/profile/partials/two-factor-authentication.blade.php +++ b/resources/views/profile/partials/two-factor-authentication.blade.php @@ -46,6 +46,16 @@
{!! auth()->user()->twoFactorQrCodeSvg() !!}
+ +
+ {{ __("If you are unable to scan the QR code, please use the 2FA secret instead.") }} +
+ +
+
+ {{ decrypt(auth()->user()->two_factor_secret) }} +
+
@endif {{-- Show 2FA Recovery Codes --}}