diff --git a/resources/views/profile/two-factor-authentication-form.blade.php b/resources/views/profile/two-factor-authentication-form.blade.php index 977bbf3..de72a69 100644 --- a/resources/views/profile/two-factor-authentication-form.blade.php +++ b/resources/views/profile/two-factor-authentication-form.blade.php @@ -19,7 +19,7 @@
@foreach (json_decode(decrypt(auth()->user()->two_factor_recovery_codes), true) as $code) -

{{ $code }}

+

{{ $code }}

@endforeach
@endif