Skip to content

Commit

Permalink
fix: typo (#2264)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilupulmanodya authored Mar 3, 2024
1 parent cc4dcca commit ec1f2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mslib/msui/mscolab.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def connect_handler(self):
self.loginPasswordLe.setEnabled(True)

try:
idp_enabled = json.loads(r.text)["use_saml2 "]
idp_enabled = json.loads(r.text)["use_saml2"]
except (json.decoder.JSONDecodeError, KeyError):
idp_enabled = False

Expand Down

0 comments on commit ec1f2a1

Please sign in to comment.