I do believe that OTP/MFA is now working.

This commit is contained in:
2024-05-21 12:44:08 +01:00
parent 95675aa5ef
commit b72f88f60f
10 changed files with 65 additions and 6 deletions

View File

@@ -89,12 +89,12 @@ menu > li {
flex-grow: 1;
}
.domain {
.domain, .mfa {
background-color: #efefef;
border-radius:1rem;
padding:1rem;
}
.domain-header {
.domain-header, .mfa-header {
background-color: #fefefe;
border-radius:1rem;
padding:1rem 1rem;
@@ -108,7 +108,7 @@ menu > li {
scale: 75%;
}
.email-list, .domain-list {
.email-list, .domain-list, .mfa-list {
border-radius:1rem;
border:1rem black;
background-color:#e7eae7;