Added username field for argon2copyparty only

This commit is contained in:
eriUNK
2026-03-07 09:51:01 -03:00
parent ced732876f
commit c7808614b6
4 changed files with 20 additions and 4 deletions

View File

@@ -40,7 +40,8 @@ button:hover {
cursor: pointer;
}
button:disabled {
button:disabled,
input:disabled {
background: #666666;
color: #aaaaaa;
cursor: not-allowed;