chore: merge with main

This commit is contained in:
Ephraim Atta-Duncan
2024-11-18 07:30:44 +00:00
18 changed files with 383 additions and 167 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();