Update Itch.io redirect URL (Fixes #4874)

This commit is contained in:
Mathieu Comandon 2023-05-29 17:05:25 -07:00
parent db11eb8fe1
commit 7a28589b0a

View file

@ -87,8 +87,7 @@ class ItchIoService(OnlineService):
api_url = "https://api.itch.io"
login_url = "https://itch.io/login"
redirect_uri = "https://itch.io/dashboard"
redirect_uri = "https://itch.io/my-feed"
cookies_path = os.path.join(settings.CACHE_DIR, ".itchio.auth")
cache_path = os.path.join(settings.CACHE_DIR, "itchio/api/")