adding crypto dep

This commit is contained in:
Martin McKeaveney 2024-11-20 10:05:55 +00:00
parent 941aa181dd
commit 0bb6f691a8
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ import {
import { checkAnyUserExists } from "../../../utilities/users"
import { isEmailConfigured } from "../../../utilities/email"
import { BpmStatusKey, BpmStatusValue, utils } from "@budibase/shared-core"
import crypto from "crypto"
const MAX_USERS_UPLOAD_LIMIT = 1000