Skip to content

Commit 7618c2c

Browse files
committed
fix: remove email from CurrentUser type to prevent PII exposure
1 parent 882393f commit 7618c2c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

frontend/components/leaderboard/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ export interface User {
1010
export interface CurrentUser {
1111
id: string;
1212
username: string;
13-
email: string;
1413
}

0 commit comments

Comments
 (0)