Skip to content

Commit

Permalink
Steam fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jotes committed Oct 6, 2020
1 parent abca3fd commit d333d4b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pontoon/base/management/commands/update_auth_providers.py
Expand Up @@ -13,14 +13,14 @@
from allauth.socialaccount.providers.github.provider import GitHubProvider
from allauth.socialaccount.providers.gitlab.provider import GitLabProvider
from allauth.socialaccount.providers.google.provider import GoogleProvider
from allauth.socialaccount.providers.steam.provider import SteamProvider
from allauth.socialaccount.providers.steam.provider import SteamOpenIDProvider


FXA_PROVIDER_ID = FirefoxAccountsProvider.id
GITHUB_PROVIDER_ID = GitHubProvider.id
GITLAB_PROVIDER_ID = GitLabProvider.id
GOOGLE_PROVIDER_ID = GoogleProvider.id
STEAM_PROVIDER_ID = SteamProvider.id
STEAM_PROVIDER_ID = SteamOpenIDProvider.id


class Command(BaseCommand):
Expand Down
1 change: 1 addition & 0 deletions pontoon/settings/base.py
Expand Up @@ -166,6 +166,7 @@ def path(*args):
"allauth.socialaccount.providers.github",
"allauth.socialaccount.providers.google",
"allauth.socialaccount.providers.gitlab",
"allauth.socialaccount.providers.openid",
"allauth.socialaccount.providers.steam",
"notifications",
"graphene_django",
Expand Down
5 changes: 3 additions & 2 deletions requirements/default.txt
Expand Up @@ -45,8 +45,9 @@ Django==2.2.13 \
django-ace==1.0.5 \
--hash=sha256:1334f08b4c5548e8ab13b25787e6a3f49dfe5fc92bb3a3d845b5b42fa0e1aff6 \
--hash=sha256:a2616b0265bdc1f839cc905c77243f779d82c00f3fddf58d23c08eb07e91e189
django-allauth==0.41.0 \
--hash=sha256:7ab91485b80d231da191d5c7999ba93170ef1bf14ab6487d886598a1ad03e1d8
django-allauth==0.42.0 \
--hash=sha256:f17209410b7f87da0a84639fd79d3771b596a6d3fc1a8e48ce50dabc7f441d30

django-bmemcached==0.2.3 \
--hash=sha256:c9e4f5ca17417a26354e7d6a8899e44e34d541e8731ea0d987f2bf5a04df351a
django-bulk-update==2.2.0 \
Expand Down

0 comments on commit d333d4b

Please sign in to comment.