mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-09 23:15:42 +00:00
Configurable MFA backup token length
This commit is contained in:
@@ -12,4 +12,5 @@ export class SecurityConfiguration {
|
||||
// CF-Connecting-IP for cloudflare
|
||||
forwadedFor: string | null = null;
|
||||
ipdataApiKey: string | null = "eca677b284b3bac29eb72f5e496aa9047f26543605efe99ff2ce35c9";
|
||||
mfaBackupCodeCount: number = 10;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user