Add files via upload

This commit is contained in:
Mr-Update
2023-03-13 20:44:04 +01:00
committed by GitHub
parent d503b31011
commit 915ab0ec80
33 changed files with 36 additions and 3 deletions

View File

@@ -476,5 +476,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("eg: admin", ""),
("Empty Username", ""),
("Empty Password", ""),
("Me", ""),
].iter().cloned().collect();
}