From 0fb78f89b69698a3c03966ddb1782dc4cdd2c9e9 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 4 Oct 2025 21:15:31 +0000 Subject: [PATCH] Default role to developer cgen-700a3e98a7114c5fbc8fbc8ea44bcef9 --- client/lib/aethex-database-adapter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/lib/aethex-database-adapter.ts b/client/lib/aethex-database-adapter.ts index 986348ec..72e79c7e 100644 --- a/client/lib/aethex-database-adapter.ts +++ b/client/lib/aethex-database-adapter.ts @@ -53,7 +53,7 @@ const normalizeProfile = ( username: (row as any)?.username ?? email?.split("@")[0] ?? "user", onboarded: true, - role: (row as any)?.role ?? "member", + role: (row as any)?.role ?? "developer", loyalty_points: (row as any)?.loyalty_points ?? 0, current_streak: (row as any)?.current_streak ?? 0, longest_streak: