feat: finish up the my account section for now
This commit is contained in:
parent
8a3bb89f8a
commit
acc4fa14b7
4 changed files with 72 additions and 69 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue