diff --git a/packages/web/src/javascripts/Components/Preferences/Panes/Security/TwoFactorAuth/SaveSecretKey.tsx b/packages/web/src/javascripts/Components/Preferences/Panes/Security/TwoFactorAuth/SaveSecretKey.tsx index 55b9166a8..51f02ca83 100644 --- a/packages/web/src/javascripts/Components/Preferences/Panes/Security/TwoFactorAuth/SaveSecretKey.tsx +++ b/packages/web/src/javascripts/Components/Preferences/Panes/Security/TwoFactorAuth/SaveSecretKey.tsx @@ -11,6 +11,7 @@ import ModalDialog from '@/Components/Shared/ModalDialog' import ModalDialogButtons from '@/Components/Shared/ModalDialogButtons' import ModalDialogDescription from '@/Components/Shared/ModalDialogDescription' import ModalDialogLabel from '@/Components/Shared/ModalDialogLabel' +import Icon from '@/Components/Icon/Icon' type Props = { activation: TwoFactorActivation @@ -63,12 +64,16 @@ const SaveSecretKey: FunctionComponent = ({ activation: act }) => {
- You can use this key to generate codes if you lose access to your authenticator app.{' '} + You can use this key to generate codes if you lose access to your authenticator app. +
Learn more +