Added pfp images

This commit is contained in:
Milan Paunovic
2024-10-21 04:19:19 +02:00
parent 64ee7b38ac
commit a8eb2ff48b
9 changed files with 185 additions and 58 deletions

View File

@ -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;