Configurable MFA backup token length
This commit is contained in:
parent
da2fe81a8b
commit
5e289fea77
@ -12,4 +12,5 @@ export class SecurityConfiguration {
|
|||||||
// CF-Connecting-IP for cloudflare
|
// CF-Connecting-IP for cloudflare
|
||||||
forwadedFor: string | null = null;
|
forwadedFor: string | null = null;
|
||||||
ipdataApiKey: string | null = "eca677b284b3bac29eb72f5e496aa9047f26543605efe99ff2ce35c9";
|
ipdataApiKey: string | null = "eca677b284b3bac29eb72f5e496aa9047f26543605efe99ff2ce35c9";
|
||||||
|
mfaBackupCodeCount: number = 10;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user