Merge branch 'mfa-fixes' into 'develop'

Refactor MFA setup, fixes #792

Closes #792

See merge request soapbox-pub/soapbox-fe!967
This commit is contained in:
Alex Gleason 2022-01-07 20:51:56 +00:00
commit c93c517586
6 changed files with 0 additions and 9 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -16,11 +16,6 @@
font-weight: 400;
}
div {
display: block;
margin: 10px 0;
}
.security-warning {
color: var(--primary-text-color);
padding: 15px 20px;
@ -44,10 +39,6 @@
.backup_code {
margin: 5px auto;
}
.loading-indicator {
position: absolute;
}
}
.security-settings-panel__setup-otp__buttons {