убрана чувствительность к регистру в никнейме

This commit is contained in:
vrubelroman 2025-11-23 12:51:14 +03:00
parent e6967db17d
commit 4b6790be14
4 changed files with 57 additions and 19 deletions

View file

@ -11,3 +11,4 @@
]
}

View file

@ -58,3 +58,4 @@ def validate_credentials(username: str, password: str) -> bool:
return False