added update profile modal, adjusted forms, and fixed account update in backend
This commit is contained in:
@@ -11,6 +11,11 @@ export interface LoginResponse {
|
||||
token: string
|
||||
}
|
||||
|
||||
export interface UpdateUserResponse {
|
||||
username: string
|
||||
email: string
|
||||
}
|
||||
|
||||
export interface Room {
|
||||
uuid: string
|
||||
owner_name: string
|
||||
|
||||
Reference in New Issue
Block a user