trig-social-oauth
Some checks failed
Deploy on push / deploy (push) Failing after 7m41s

This commit is contained in:
2025-09-01 17:59:34 +03:00
parent b70901f8f7
commit c24d3a4b70

View File

@@ -54,8 +54,8 @@ OAUTH_CLIENTS = {
"key": os.getenv("GITHUB_CLIENT_SECRET", ""),
},
"FACEBOOK": {
"id": os.getenv("FACEBOOK_CLIENT_ID", ""),
"key": os.getenv("FACEBOOK_CLIENT_SECRET", ""),
"id": os.getenv("FACEBOOK_APP_ID", ""),
"key": os.getenv("FACEBOOK_APP_SECRET", ""),
},
"X": {
"id": os.getenv("X_CLIENT_ID", ""),
@@ -66,8 +66,8 @@ OAUTH_CLIENTS = {
"key": os.getenv("YANDEX_CLIENT_SECRET", ""),
},
"VK": {
"id": os.getenv("VK_CLIENT_ID", ""),
"key": os.getenv("VK_CLIENT_SECRET", ""),
"id": os.getenv("VK_APP_ID", ""),
"key": os.getenv("VK_APP_SECRET", ""),
},
"TELEGRAM": {
"id": os.getenv("TELEGRAM_CLIENT_ID", ""),