[Web] add verify selected tfa

This commit is contained in:
FreddleSpl0it
2022-02-21 10:46:24 +01:00
parent 5541f84c3c
commit 3ef2b6cfa2
8 changed files with 473 additions and 252 deletions

View File

@@ -257,3 +257,13 @@ code {
.flag-icon {
margin-right: 5px;
}
.list-group-item.webauthn-authenticator-selection,
.list-group-item.totp-authenticator-selection,
.list-group-item.yubi_otp-authenticator-selection {
border-radius: 0px !important;
}
.pending-tfa-collapse {
padding: 10px;
background: #fbfbfb;
border: 1px solid #ededed;
}