diff options
author | 2018-03-29 10:03:17 +0100 | |
---|---|---|
committer | 2018-03-29 10:03:17 +0100 | |
commit | 0d0a22b1931c5bbe24f1f620f4e5a60475997d16 (patch) | |
tree | 6759ac59b6120cfb29f6a015cf280432a6a5de52 /pysite/oauth.py | |
parent | Merge remote-tracking branch 'origin/master' (diff) |
OAuth fixes
Diffstat (limited to 'pysite/oauth.py')
-rw-r--r-- | pysite/oauth.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pysite/oauth.py b/pysite/oauth.py index 8370b713..a4b5bdb1 100644 --- a/pysite/oauth.py +++ b/pysite/oauth.py @@ -37,7 +37,6 @@ class OauthBackend(BaseBackend): def set(self, blueprint, token): user = self.get_user() - self.join_discord(token["access_token"], user["id"]) sess_id = str(uuid5(uuid4(), self.key)) self.add_user(token, user, sess_id) |