+
+
{{ __('Details') }}
+
+
+
+ {% if secret is defined %}
+
{{ __('Two-Factor Authentication') }} (2FA)
+
+ {% else %}
+
{{ __('Two-Factor Authentication') }} (2FA)
+
+
+
+
{{ __('Your account is secured with an additional layer of protection.') }}
+
{{ __('2FA is currently') }} {{ __('enabled') }} {{ __('for your account. If you encounter any issues or need to disable 2FA, please contact our support team for assistance.') }}
+
+
+ {% endif %}
+
+
+ {% if weba is defined %}
+
{{ __('WebAuthn Authentication') }}
+
+
+
+
{{ __('Your account is secured with an additional layer of protection.') }}
+
{{ __('WebAuthn is currently') }} {{ __('enabled') }} {{ __('for your account. If you encounter any issues or need to disable WebAuthn, please contact our support team for assistance.') }}
+
+
+
+
+
+
+
+ {{ __('Device/Browser Info') }} |
+ {{ __('Registration Date') }} |
+
+
+
+ {% for device in weba %}
+
+ {{ device.user_agent }} |
+ {{ device.created_at }} |
+
+ {% else %}
+
+ {{ __('No devices found.') }} |
+
+ {% endfor %}
+
+
+
+ {% else %}
+ {% if isWebaEnabled %}
+
{{ __('WebAuthn Authentication') }}
+
{{ __('Secure your account with WebAuthn. Click the button below to register your device for passwordless sign-in.') }}
+
+ {% else %}
+
{{ __('WebAuthn Authentication') }}{{ __('Disabled') }}
+
{{ __('WebAuthn is currently disabled for this installation. To enable WebAuthn authentication, please contact the registry administrator.') }}
+ {% endif %}
+ {% endif %}
+
+
+
{{ __('User Audit Log') }}
+
{{ __('Track and review all user activities in your account below. Monitor logins, profile changes, and other key actions to ensure security and transparency.') }}
+