Merge branch 'master' into fix-sync

This commit is contained in:
Louis Lam
2025-06-23 15:24:59 +08:00
committed by GitHub
25 changed files with 175 additions and 105 deletions

View File

@@ -674,7 +674,7 @@ let needSetup = false;
let user = R.dispense("user");
user.username = username;
user.password = passwordHash.generate(password);
user.password = await passwordHash.generate(password);
await R.store(user);
needSetup = false;