@include('partials.settings-heading') {{ __('Security settings') }}
{{ __('Save') }}
@if ($canManageTwoFactor)
{{ __('Two-factor authentication') }} {{ __('Manage your two-factor authentication settings') }}
@if ($twoFactorEnabled)
{{ __('You will be prompted for a secure, random pin during login, which you can retrieve from the TOTP-supported application on your phone.') }}
{{ __('Disable 2FA') }}
@else
{{ __('When you enable two-factor authentication, you will be prompted for a secure pin during login. This pin can be retrieved from a TOTP-supported application on your phone.') }} {{ __('Enable 2FA') }}
@endif
@endif @if ($canManageTwoFactor)
@for ($i = 1; $i <= 5; $i++)
@endfor
@for ($i = 1; $i <= 5; $i++)
@endfor
{{ $this->modalConfig['title'] }} {{ $this->modalConfig['description'] }}
@if ($showVerificationStep)
{{ __('Back') }} {{ __('Confirm') }}
@else @error('setupData') @enderror
@empty($qrCodeSvg)
@else
{!! $qrCodeSvg !!}
@endempty
{{ $this->modalConfig['buttonText'] }}
{{ __('or, enter the code manually') }}
@empty($manualSetupKey)
@else @endempty
@endif
@endif @if ($canManagePasskeys)
{{ __('Passkeys') }} {{ __('Manage your passkeys for passwordless sign-in') }}
@forelse ($passkeys as $passkey)

{{ $passkey['name'] }}

@if ($passkey['authenticator']) {{ $passkey['authenticator'] }} @endif

{{ __('Added :time', ['time' => $passkey['created_at_diff']]) }} @if ($passkey['last_used_at_diff']) / {{ __('Last used :time', ['time' => $passkey['last_used_at_diff']]) }} @endif

@empty

{{ __('No passkeys yet') }}

{{ __('Add a passkey to sign in without a password') }}
@endforelse
@endif
{{ __('Remove passkey') }} {{ __('Are you sure you want to remove the passkey ":name"? You will no longer be able to use it to sign in.', ['name' => $deletingPasskeyName]) }}
{{ __('Cancel') }} {{ __('Remove passkey') }}