Polish user management and filters
All checks were successful
Build and Deploy / build-and-push (push) Successful in 3m37s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 3m37s
This commit is contained in:
@@ -13,7 +13,7 @@ const {
|
||||
const { recordActivity } = require('../services/activityService');
|
||||
|
||||
const USER_PUBLIC_FIELDS = 'id, tenant_id, team_id, name, email, slug, role, status, bio, avatar_url, created_at';
|
||||
const MIN_PASSWORD_LENGTH = 8;
|
||||
const MIN_PASSWORD_LENGTH = 6;
|
||||
|
||||
const createUsersRouter = ({ pool, upload, transporter, getBaseUrl }) => {
|
||||
const router = express.Router();
|
||||
|
||||
Reference in New Issue
Block a user