@7365admin1/core 3.58.1-staging.270 → 3.58.1-staging.271
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11605,7 +11605,7 @@ var APP_ACCOUNT = process.env.APP_ACCOUNT ?? "http://localhost:3000";
|
|
|
11605
11605
|
var VERIFICATION_FORGET_PASSWORD_DURATION = process.env.VERIFICATION_FORGET_PASSWORD_DURATION ?? "10 minutes";
|
|
11606
11606
|
var VERIFICATION_USER_INVITE_DURATION = process.env.VERIFICATION_USER_INVITE_DURATION ?? "3 days";
|
|
11607
11607
|
var VERIFICATION_CODE_TTL_SECONDS = Number(
|
|
11608
|
-
process.env.VERIFICATION_CODE_TTL_SECONDS ??
|
|
11608
|
+
process.env.VERIFICATION_CODE_TTL_SECONDS ?? 300
|
|
11609
11609
|
);
|
|
11610
11610
|
var VERIFICATION_CODE_MAX_ATTEMPTS = Number(
|
|
11611
11611
|
process.env.VERIFICATION_CODE_MAX_ATTEMPTS ?? 2
|