lowered the default mfa duration and reorganized internal record pre/post handling

This commit is contained in:
Gani Georgiev
2026-04-26 16:32:07 +03:00
parent 37b258810a
commit 555a4f1a1e
10 changed files with 107 additions and 69 deletions

View File

@@ -6,7 +6,7 @@ export function mfaAccordion(collection) {
if (!collection.mfa) {
collection.mfa = {
enabled: false,
duration: 900,
duration: 600,
rule: "",
};
}