- Use your device's biometrics (Face ID, Touch ID, Windows Hello) or security keys to sign in -
- - <%= if !@can_register_passkey do %> -- Please confirm your email address before registering a passkey. Check your inbox for the confirmation link. -
-- Add a passkey to enable quick, secure sign-in with biometrics -
-- {credential.name} -
- <%= if credential.last_used_at do %> -- Last used {Calendar.strftime(credential.last_used_at, "%B %d, %Y")} -
- <% else %> -Never used
- <% end %> -- Give this passkey a name to help you identify it later (e.g., "MacBook Touch ID", "iPhone"). -
-- WebAuthn passkeys registered to your account -
-- No WebAuthn credentials registered. -
- <% else %> -- Use your device's biometrics (Face ID, Touch ID, Windows Hello) or security keys to sign in. -
-- Please confirm your email address before registering a passkey. Check your inbox for the confirmation link. -
-- Add a passkey to enable quick, secure sign-in with biometrics. -
- <%= if @can_register_passkey do %> -- {credential.name} -
-