fix(app): make Modrinth account SSO logins from the app work (#4345)

This commit is contained in:
Alejandro González
2025-09-06 23:35:50 +02:00
committed by GitHub
parent e2f07a7848
commit a323bf6c25
4 changed files with 20 additions and 16 deletions

View File

@@ -51,7 +51,7 @@ RATE_LIMIT_IGNORE_IPS='["127.0.0.1"]'
WHITELISTED_MODPACK_DOMAINS='["cdn.modrinth.com", "github.com", "raw.githubusercontent.com"]'
ALLOWED_CALLBACK_URLS='["localhost", ".modrinth.com", "127.0.0.1"]'
ALLOWED_CALLBACK_URLS='["localhost", ".modrinth.com", "127.0.0.1", "[::1]"]'
GITHUB_CLIENT_ID=none
GITHUB_CLIENT_SECRET=none