Skip to content

Commit

Permalink
Change Microsoft account type to ugentbe.onmicrosoft.com
Browse files Browse the repository at this point in the history
  • Loading branch information
maximdeclercq committed Apr 19, 2023
1 parent 6e79fc5 commit 2d6aea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/auth/microsoft.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

client = Client(Configuration.MICROSOFT_AUTH_ID,
Configuration.MICROSOFT_AUTH_SECRET,
account_type='common') # by default common, thus account_type is optional parameter.
account_type="ugentbe.onmicrosoft.com")


def microsoft_login():
Expand Down

0 comments on commit 2d6aea1

Please sign in to comment.