Skip to content

Commit

Permalink
Merge pull request #10 from yjinjo/master
Browse files Browse the repository at this point in the history
Modify code to serve only idp_name
  • Loading branch information
yjinjo authored Jun 13, 2024
2 parents 20a5e28 + 1089282 commit d13401b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/connector/saml_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,4 @@ def _get_idp_name(identity_provider: str) -> str:
}
idp_name = idp_name.get(identity_provider, identity_provider.capitalize())

return f"Sign In with {idp_name}"
return idp_name

0 comments on commit d13401b

Please sign in to comment.