feat: profile picture support

This commit is contained in:
2025-05-24 17:46:06 +02:00
parent 47f5188961
commit 68899e98bd
4 changed files with 19 additions and 2 deletions

View File

@ -9,6 +9,7 @@ export interface LoginResponse {
id: string;
email: string;
full_name: string;
profile_picture: string;
access: string;
refresh: string;
}