+ Two factor authentication
-
- Create one-time passwords that serve as a secondary authentication method for
- confirming your identity when requested during the sign-in process.
-
-
-
-
-
-
- {user.twoFactorEnabled && (
-
-
- Recovery codes
-
-
- Two factor authentication recovery codes are used to access your account in the
- event that you lose access to your authenticator app.
-
-
-
-
-
- )}
-
- ) : (
-
-
- Your account is managed by {IDENTITY_PROVIDER_NAME[user.identityProvider]}
-
-
-
- To update your password, enable two-factor authentication, and manage other security
- settings, please go to your {IDENTITY_PROVIDER_NAME[user.identityProvider]} account
- settings.
+
+ Add an authenticator to serve as a secondary authentication method{' '}
+ {user.identityProvider === 'DOCUMENSO'
+ ? 'when signing in, or when signing documents.'
+ : 'for signing documents.'}
+
+ Recovery codes
+
+
+ Two factor authentication recovery codes are used to access your account in the event
+ that you lose access to your authenticator app.
+
+
+
+
+
+ )}
+
+ {isPasskeyEnabled && (
+
+
+ Passkeys
+
+
+ Allows authenticating using biometrics, password managers, hardware keys, etc.
+
+