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

@@ -33,6 +33,7 @@ async function ensurePbUserExists(pbUrl: string, email: string): Promise<void> {
email,
password: DEFAULT_PASSWORD,
passwordConfirm: DEFAULT_PASSWORD,
live_allowed: true,
}),
});
if (registerRes.ok) {