Member card fix email display (#3555)

* member card fix email display

* lint

* on signup save userEmail
This commit is contained in:
brendanlaschke
2024-02-05 15:02:57 +01:00
committed by GitHub
parent 230e957119
commit 3a9007b2d4
9 changed files with 10 additions and 8 deletions

View File

@ -11,5 +11,6 @@ export type WorkspaceMember = {
colorScheme?: ColorScheme;
createdAt: string;
updatedAt: string;
userEmail: string;
userId: string;
};