forwaded -> forwarded
This commit is contained in:
parent
60394d8c43
commit
6f7ce2bc77
@ -28,7 +28,7 @@ export class SecurityConfiguration {
|
|||||||
// header to get the real user ip address
|
// header to get the real user ip address
|
||||||
// X-Forwarded-For for nginx/reverse proxies
|
// X-Forwarded-For for nginx/reverse proxies
|
||||||
// CF-Connecting-IP for cloudflare
|
// CF-Connecting-IP for cloudflare
|
||||||
forwadedFor: string | null = null;
|
forwardedFor: string | null = null;
|
||||||
ipdataApiKey: string | null =
|
ipdataApiKey: string | null =
|
||||||
"eca677b284b3bac29eb72f5e496aa9047f26543605efe99ff2ce35c9";
|
"eca677b284b3bac29eb72f5e496aa9047f26543605efe99ff2ce35c9";
|
||||||
mfaBackupCodeCount: number = 10;
|
mfaBackupCodeCount: number = 10;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user