diff --git a/resources/views/two-factor.blade.php b/resources/views/two-factor.blade.php index 1d1044d..09735ee 100644 --- a/resources/views/two-factor.blade.php +++ b/resources/views/two-factor.blade.php @@ -40,68 +40,66 @@ @if ($this->showTwoFactor())
- {!! __('The secret key to setup the authenticator app is') !!}:
- {{ decrypt($user->two_factor_secret) }}
-
+ {!! __('The secret key to setup the authenticator app is') !!}:
+ {{ decrypt($user->two_factor_secret) }}
+
{{ $code }}
- @endforeach -{{ $code }}
+ @endforeach