add frontend and change password

This commit is contained in:
2026-01-09 14:24:21 +03:00
parent 8e0131451d
commit 7a906fa824
44 changed files with 6020 additions and 49 deletions
+2
View File
@@ -14,3 +14,5 @@ class TokenExpiredException(HTTPException):
class InvalidCredentialsException(HTTPException):
def __init__(self):
super().__init__(status_code=status.HTTP_401_UNAUTHORIZED, detail="Invalid username or password")
UserNotFoundException = HTTPException(status.HTTP_404_NOT_FOUND, detail="User not found")