mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-10 04:32:35 +01:00
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
|
||||
forwadedFor: string | null = null;
|
||||
ipdataApiKey: string | null = "eca677b284b3bac29eb72f5e496aa9047f26543605efe99ff2ce35c9";
|
||||
mfaBackupCodeCount: number = 10;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user