@budibase/backend-core 2.22.15 → 2.22.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -63618,7 +63618,8 @@ var UserDB = class _UserDB {
63618
63618
  await user_exports.invalidateUser(userId);
63619
63619
  await invalidateSessions(userId, { reason: "deletion" });
63620
63620
  }
63621
- static async createAdminUser(email, tenantId, password, opts) {
63621
+ static async createAdminUser(email, tenantId, opts) {
63622
+ const password = opts?.password;
63622
63623
  const user = {
63623
63624
  email,
63624
63625
  password,