DRVDOC-1129: Clicking on editor margins should focus editor
[ProtonMail-WebClient.git] / packages / account / securityCheckup / consts.ts
blob39de79cfc69d6765355d8c87e634490952d47f88
1 import { HOUR, MONTH } from '@proton/shared/lib/constants';
3 export const DISMISSED_ACCESS_CHECK_MAX_AGE = 6 * MONTH;
5 export const SECURITY_SESSION_MAX_AGE = 1 * HOUR;