Skip to content

Commit

Permalink
GH #755 - Working on Microsoft 365.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuch committed Oct 21, 2024
1 parent 320e594 commit 60e41d9
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,12 @@ def _run_pre_handle_tasks_CLOUD_MICROSOFT_365(self, session:'any_', instance:'an
query = urlsplit(auth_url).query
parsed = parse_qs(query)

print()
print(111, auth_url)
print(222, query)
print(333, parsed)
print()

state = parsed['state']
state = state[0]

Expand Down

0 comments on commit 60e41d9

Please sign in to comment.