feat(EnvelopeLocked): Kontrollkästchen hinzugefügt, um TFA per SMS auswählen zu können oder nicht, wenn tfa aktiviert ist.

- Das Kontrollkästchen ist standardmäßig nicht aktiviert.
 - Das Kontrollkästchen ist deaktiviert, wenn der Benutzer keine Telefonnummer hat.
This commit is contained in:
Developer 02
2024-12-10 17:26:09 +01:00
parent 4af1534194
commit 90c6e87224
4 changed files with 25 additions and 4 deletions

View File

@@ -448,6 +448,16 @@ footer#page-footer {
cursor: pointer;
}
.form-check.tfa-sms {
margin-left: 2rem;
}
.form-check.tfa-sms .form-check-label {
font-size: 0.875rem;
font-weight: 500;
margin-left: -.1rem;
}
/*.flag-dropdown button {
height: 100%;
}*/