We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1221b9 commit 52fedaeCopy full SHA for 52fedae
admin/views.py
@@ -51,7 +51,7 @@ def consent_alone(request):
51
52
def process_code(request):
53
AuthService.validate_state(request)
54
- id_token = AuthService.get_id_token(request)
+ id_token = AuthService.get_id_token(request)
55
tenant_id = id_token.get('tid')
56
57
user_service.update_organization(tenant_id, True)
0 commit comments