summary refs log tree commit diff
diff options
context:
space:
mode:
authorZert3x <81202811+Zert3x@users.noreply.github.com>2023-05-28 21:27:01 -0400
committerGitHub <noreply@github.com>2023-05-28 21:27:01 -0400
commit6f7ce2bc77d18b6932a1af39f46f3f1c0e902b94 (patch)
tree826760da84729312b0efa8d7d7aa5a0fa620cf37
parentMerge pull request #1054 from CyberL1/master (diff)
downloadserver-6f7ce2bc77d18b6932a1af39f46f3f1c0e902b94.tar.xz
forwaded -> forwarded
-rw-r--r--src/util/config/types/SecurityConfiguration.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/config/types/SecurityConfiguration.ts b/src/util/config/types/SecurityConfiguration.ts
index 5e971cfe..35776642 100644
--- a/src/util/config/types/SecurityConfiguration.ts
+++ b/src/util/config/types/SecurityConfiguration.ts
@@ -28,7 +28,7 @@ export class SecurityConfiguration {
 	// header to get the real user ip address
 	// X-Forwarded-For for nginx/reverse proxies
 	// CF-Connecting-IP for cloudflare
-	forwadedFor: string | null = null;
+	forwardedFor: string | null = null;
 	ipdataApiKey: string | null =
 		"eca677b284b3bac29eb72f5e496aa9047f26543605efe99ff2ce35c9";
 	mfaBackupCodeCount: number = 10;