Added esc functionality to open windows, added 'n' keybind to create new tasks, fixed Accounts and settings page to allow for edits to be made as well as profile picture to be updated
This commit is contained in:
@@ -25,6 +25,8 @@ class UserUpdate(BaseModel):
|
||||
role: Optional[str] = None
|
||||
account_type: Optional[str] = None
|
||||
photo: Optional[str] = None
|
||||
email: Optional[str] = None
|
||||
phone: Optional[str] = None
|
||||
|
||||
class PasswordChange(BaseModel):
|
||||
old_password: str
|
||||
|
||||
Reference in New Issue
Block a user