Index: app/lib/definitions.ts
===================================================================
--- app/lib/definitions.ts	(revision 2253a523216e734a9101cdd38c85344d61480800)
+++ app/lib/definitions.ts	(revision 1c772929b3e00ce6dd523c9d0c7e075259d4544e)
@@ -3,6 +3,6 @@
 
 export type User = {
-  user_id: string;
-  user_name: string;
+  id: string;
+  name: string;
   email: string;
   password: string;
