fixed build issues. its builds now

This commit is contained in:
2026-01-19 09:11:42 -05:00
parent b0db3167c5
commit 775a351425
17 changed files with 64 additions and 37 deletions
+1
View File
@@ -45,6 +45,7 @@ export default function BetaMagicPage() {
// We can simulate "login" by directly setting localStorage like AuthContext does,
// but easiest is just to store it here in the same shape.
setSession(data.token ?? data.accessToken, {
uuid: data.uuid ?? data.id,
email: data.email,
displayName: data.displayName ?? null,
role: data.role ?? "USER",