{{ __('auth.recovery_heading') }}

{{ __('auth.recovery_subtitle') }}

@if ($revealed)

{{ __('auth.recovery_warning') }}

@foreach ($codes as $c) {{ $c }} @endforeach
{{ __('auth.recovery_download') }} {{ __('common.close') }}
@else

{{ __('auth.recovery_hidden_notice') }}

{{ __('auth.recovery_regenerate') }} {{ __('common.close') }}
@endif