added update profile modal, adjusted forms, and fixed account update in backend

This commit is contained in:
2026-01-03 19:46:31 +01:00
parent f3a2c98643
commit f71d1ff9ac
12 changed files with 270 additions and 17 deletions

View File

@@ -11,6 +11,11 @@ export interface LoginResponse {
token: string
}
export interface UpdateUserResponse {
username: string
email: string
}
export interface Room {
uuid: string
owner_name: string