This commit is contained in:
eric
2026-03-30 10:36:08 -05:00
parent 2307411b37
commit 2ffbddff2e
8 changed files with 454 additions and 6 deletions

View File

@@ -27,6 +27,7 @@ async function registerOrLoginUser(
email,
password,
passwordConfirm: password,
live_allowed: true,
}),
cache: "no-store",
}).catch(() => null);