Configurable MFA backup token length

This commit is contained in:
TheArcaneBrony
2022-08-24 03:16:53 +02:00
committed by Madeline
parent 9fc4d4bd5e
commit 91c803c4d1

View File

@@ -12,4 +12,5 @@ export class SecurityConfiguration {
// CF-Connecting-IP for cloudflare
forwadedFor: string | null = null;
ipdataApiKey: string | null = "eca677b284b3bac29eb72f5e496aa9047f26543605efe99ff2ce35c9";
mfaBackupCodeCount: number = 10;
}