From c1d2cd0f68f0fb67c5c0568fc0ebea95c0fe03c9 Mon Sep 17 00:00:00 2001 From: jan Date: Sun, 2 Mar 2025 16:14:36 +0000 Subject: [PATCH] Update include/variables.php --- include/variables.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/variables.php b/include/variables.php index 333b941f..5041ff50 100755 --- a/include/variables.php +++ b/include/variables.php @@ -20,6 +20,11 @@ $recaptchaSiteKey = $globalConfig['recaptcha']['siteKey']; $recaptchaSecretKey = $globalConfig['recaptcha']['secretKey']; + $googleAuthClientId = $globalConfig['googleAuth']['clientId']; + $googleAuthClientSecret = $globalConfig['googleAuth']['clientSecret']; + + $microsoftAuthClientId = $globalConfig['microsoftAuth']['clientId']; + $darkThemes = $globalConfig['darkThemes']; $lightThemes = $globalConfig['lightThemes']; ?> \ No newline at end of file