's'
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user