diff --git a/src/hooks/rownd.ts b/src/hooks/rownd.ts index 6e7f39a..afc58bd 100644 --- a/src/hooks/rownd.ts +++ b/src/hooks/rownd.ts @@ -26,7 +26,7 @@ export type TRowndContext = { type UserContext = { data: { - id?: string; + user_id?: string; email?: string | null; phone?: string | null; [key: string]: any;