Merge branch 'main' into expiry-links

This commit is contained in:
Ephraim Duncan
2024-11-19 11:09:46 +00:00
committed by GitHub
23 changed files with 445 additions and 224 deletions

View File

@ -112,6 +112,7 @@ export const isRecipientAuthorized = async ({
return await verifyTwoFactorAuthenticationToken({
user,
totpCode: token,
window: 10, // 5 minutes worth of tokens
});
})
.exhaustive();