Skip to content
Snippets Groups Projects

Frontend: Enable WebAuthn device registration without TOTP

Merged Eduardo Sanz García requested to merge eduardosanz/webauthn-without-totp-frontend into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -20,7 +20,7 @@ export const I18N_REGISTRATION = {
'Your device needs to be set up. Plug it in (if needed) and click the button on the left.',
),
notice: __(
'You must save your recovery codes after you first register a two-factor authenticator, so you do not lose access to your account. %{linkStart}See the documentation on managing your WebAuthn device for more information.%{linkEnd}',
'You must save your recovery codes after you first register a two-factor authentication WebAuthn device, so you do not lose access to your account. %{linkStart}See the documentation on managing your WebAuthn device for more information.%{linkEnd}',
),
password: __('Current password'),
passwordDescription: __('Your current password is required to register a new device.'),
Loading