diff --git a/src/frontend/src/features/auth/api/ApiUser.ts b/src/frontend/src/features/auth/api/ApiUser.ts index 1f3d3447..716528c4 100644 --- a/src/frontend/src/features/auth/api/ApiUser.ts +++ b/src/frontend/src/features/auth/api/ApiUser.ts @@ -1,4 +1,6 @@ export type ApiUser = { id: string email: string + full_name: string + last_name: string }