{isEnabled - ? 'Two-factor authentication is currently enabled on your account.' - : 'You do not currently have two-factor authentication enabled on your account. Click the button below to begin configuring it.'} + ? 'Two-step verification is currently enabled on your account.' + : 'You do not currently have two-step verification enabled on your account. Click the button below to begin configuring it.'}
- Two-factor authentication has been enabled on your account. Should you lose access to your - authenticator device, you'll need to use one of the codes displayed below in order to - access your account. -
-- These codes will not be displayed again. Please take note of them now by - storing them in a secure repository such as a password manager. -
-
- {recoveryTokens.map((token) => (
-
- {token}
-
- ))}
-
- Copied "{text}" to clipboard.
++ {showInNotification + ? `Copied "${String(text)}" to clipboard.` + : 'Copied text to clipboard.'} +