Close profile identity and avatar loop
This commit is contained in:
@@ -23,6 +23,7 @@ export async function getProfile(): Promise<User> {
|
||||
*/
|
||||
export async function updateProfile(profile: {
|
||||
username?: string
|
||||
avatar_url?: string | null
|
||||
balance_notify_enabled?: boolean
|
||||
balance_notify_threshold?: number | null
|
||||
balance_notify_extra_emails?: NotifyEmailEntry[]
|
||||
|
||||
Reference in New Issue
Block a user