feat: finish up the my account section for now

This commit is contained in:
JustTemmie 2025-06-02 13:10:42 +02:00
parent 8a3bb89f8a
commit acc4fa14b7
Signed by: justtemmie
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU
4 changed files with 72 additions and 69 deletions

View file

@ -59,7 +59,7 @@ export interface UserResponse {
display_name: string | null,
avatar: string | null,
pronouns: string | null,
about_me: string | null,
about: string | null,
email?: string,
email_verified?: boolean
}