feat: add public user profiles
This commit is contained in:
@@ -10,6 +10,7 @@ declare global {
|
||||
id: string;
|
||||
email: string;
|
||||
emailVerifiedAt: string | null;
|
||||
isProfilePublic: boolean;
|
||||
};
|
||||
csrfTokenHash: string;
|
||||
sessionToken: string;
|
||||
|
||||
Reference in New Issue
Block a user