From 2fc365434f184030078a0dccb817d1126427c127 Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Wed, 11 Jan 2023 23:26:09 +0530 Subject: [PATCH] chore: correctly style link --- .../Panes/Security/TwoFactorAuth/SaveSecretKey.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 +