mirror of
https://github.com/urosran/cally.git
synced 2025-11-27 08:54:54 +00:00
Added pfp images
This commit is contained in:
@ -17,7 +17,7 @@ export interface UserProfile {
|
||||
password: string;
|
||||
familyId?: string;
|
||||
uid?: string;
|
||||
pfp?: string;
|
||||
pfp?: string | null;
|
||||
eventColor?: string | null;
|
||||
timeZone?: string | null;
|
||||
firstDayOfWeek?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user