feat: profile picture support
This commit is contained in:
@ -9,6 +9,7 @@ export interface LoginResponse {
|
||||
id: string;
|
||||
email: string;
|
||||
full_name: string;
|
||||
profile_picture: string;
|
||||
access: string;
|
||||
refresh: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user