Add 2FA frontend handling

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2023-03-08 19:34:16 +01:00
parent fc2b5fd0c5
commit f0f26c13ed
6 changed files with 224 additions and 37 deletions
+16
View File
@@ -1066,3 +1066,19 @@ table.dataTable tbody > tr > .selected {
margin-bottom: 0px;
border-top: 1px solid #ff0000aa;
}
.qrcode {
width: 50%;
}
.totp_token {
font-size: 1.5em;
font-weight: bold;
text-align: center;
font-family: monospace;
letter-spacing: .5em;
}
.totp_token::placeholder {
opacity: 0.1;
}