Skip to content

Commit

Permalink
chore: adding a system user shouldnt prevent adding default admin user
Browse files Browse the repository at this point in the history
  • Loading branch information
daveleek committed Dec 12, 2023
1 parent a1e2733 commit c202573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/db/user-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ class UserStore implements IUserStore {
return this.db(TABLE).where({
deleted_at: null,
is_service: false,
is_system: false,
});
}

Expand Down

0 comments on commit c202573

Please sign in to comment.