diff --git a/realms/modules/auth/oauth/models.py b/realms/modules/auth/oauth/models.py index 6988372..eec97ad 100644 --- a/realms/modules/auth/oauth/models.py +++ b/realms/modules/auth/oauth/models.py @@ -58,7 +58,7 @@ providers = { 'username': 'name', 'email': 'email' }, - 'token_name': 'access_name' + 'token_name': 'access_token' }, 'google': { 'oauth': dict(