2fa code in the login page

This commit is contained in:
Maxim Devaev
2023-01-23 03:18:56 +02:00
parent cef6497375
commit cbebc1fa52
4 changed files with 31 additions and 11 deletions

View File

@@ -43,7 +43,8 @@ div#login {
}
input[type="text"]#user-input,
input[type="password"]#passwd-input {
input[type="password"]#passwd-input,
input[type="text"]#code-input {
text-align: center;
border: thin;
}