disable printing of user info
This commit is contained in:
parent
cc0c271a22
commit
da88d807d1
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ def authorized() -> typing.Any:
|
||||||
client.set_token(resp.data)
|
client.set_token(resp.data)
|
||||||
|
|
||||||
resp = client.users.get_me()
|
resp = client.users.get_me()
|
||||||
print(resp.data)
|
# print(resp.data)
|
||||||
|
|
||||||
username = resp.data['userPrincipalName']
|
username = resp.data['userPrincipalName']
|
||||||
microsoft_uuid = resp.data['id']
|
microsoft_uuid = resp.data['id']
|
||||||
|
|
Loading…
Reference in a new issue