Implemented UI for the account deletion

This commit is contained in:
ErickSkrauch
2020-07-26 20:06:25 +03:00
parent a790c2b24f
commit 9247ad7178
9 changed files with 273 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ const MfaStatus: ComponentType<Props> = ({ onProceed }) => (
<div className={mfaStyles.bigIcon}>
<span className={icons.lock} />
</div>
<p className={`${styles.description} ${mfaStyles.mfaTitle}`}>
<p className={mfaStyles.mfaTitle}>
<Message
key="mfaEnabledForYourAcc"
defaultMessage="Twofactor authentication for your account is active now"