Adding more time to org admin email verif step (#9574)
parent
1343c8fa8d
commit
8fa1c70a97
|
@ -113,7 +113,7 @@ export const createHandler = async ({ input }: CreateOptions) => {
|
||||||
.update(adminEmail + process.env.CALENDSO_ENCRYPTION_KEY)
|
.update(adminEmail + process.env.CALENDSO_ENCRYPTION_KEY)
|
||||||
.digest("hex");
|
.digest("hex");
|
||||||
|
|
||||||
totp.options = { step: 90 };
|
totp.options = { step: 900 };
|
||||||
const code = totp.generate(secret);
|
const code = totp.generate(secret);
|
||||||
|
|
||||||
await sendOrganizationEmailVerification({
|
await sendOrganizationEmailVerification({
|
||||||
|
|
Loading…
Reference in New Issue