diff --git a/resources/js/views/settings/WebAuthn.vue b/resources/js/views/settings/WebAuthn.vue index ca70efd6..0a39b320 100644 --- a/resources/js/views/settings/WebAuthn.vue +++ b/resources/js/views/settings/WebAuthn.vue @@ -36,11 +36,14 @@

{{ $t('settings.options') }}

+
+ {{ $t('auth.webauthn.need_a_security_device_to_enable_options')}} +
- + - + diff --git a/resources/lang/en/auth.php b/resources/lang/en/auth.php index ca95ca1f..b4fa4b3a 100644 --- a/resources/lang/en/auth.php +++ b/resources/lang/en/auth.php @@ -59,10 +59,11 @@ 'my_device' => 'My device', 'unknown_device' => 'Unknown device', 'use_webauthn_only' => [ - 'label' => 'Use WebAuthn only (recommended)', + 'label' => 'Use WebAuthn only', 'help' => 'Make WebAuthn the only available method to sign in 2FAuth. This is the recommended setup to take advantage of the WebAuthn enhanced security.
In case of device lost you will always be able to register a new security device to recover your account.' ], + 'need_a_security_device_to_enable_options' => 'Set at least one device to enable these options', 'use_webauthn_as_default' => [ 'label' => 'Use WebAuthn as default sign in method', 'help' => 'Set the 2FAuth sign in form to propose the WebAuthn authentication at first. The Login/password method is then available as an alternative/fallback solution.