Skip to content

Commit 52fedae

Browse files
committed
Format code
1 parent f1221b9 commit 52fedae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def consent_alone(request):
5151

5252
def process_code(request):
5353
AuthService.validate_state(request)
54-
id_token = AuthService.get_id_token(request)
54+
id_token = AuthService.get_id_token(request)
5555
tenant_id = id_token.get('tid')
5656

5757
user_service.update_organization(tenant_id, True)

0 commit comments

Comments
 (0)