lowered the default mfa duration and reorganized internal record pre/post handling
This commit is contained in:
@@ -6,7 +6,7 @@ export function mfaAccordion(collection) {
|
||||
if (!collection.mfa) {
|
||||
collection.mfa = {
|
||||
enabled: false,
|
||||
duration: 900,
|
||||
duration: 600,
|
||||
rule: "",
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user