Skip to content
Snippets Groups Projects
Commit 573ca987 authored by Simon Künzel's avatar Simon Künzel
Browse files

Add debug log statement for OAuth

parent f68f3bec
No related branches found
No related tags found
No related merge requests found
Pipeline #7711 passed
Pipeline: backend

#7712

    ......@@ -397,6 +397,8 @@ else:
    try:
    token_response = __make_oauth_request("token", code=api_session.running_oauth_code, grant_type="device")
    if token_response.get("status") != "ok":
    # TODO debug statement
    print(f"Got non-'ok' status for OAuth: {token_response}")
    return
    api_session.running_oauth_code = None
    api_session.running_oauth_scope = None
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment