diff --git a/config/default.json b/config/default.json index a5f89afefe..6cbca6a0a6 100644 --- a/config/default.json +++ b/config/default.json @@ -330,7 +330,7 @@ "NicknameAttribute": "", "LocaleAttribute": "", "PositionAttribute": "", - "LoginButtonText": "With SAML", + "LoginButtonText": "SAML", "LoginButtonColor": "", "LoginButtonBorderColor": "", "LoginButtonTextColor": "" diff --git a/model/saml.go b/model/saml.go index 528ac45cc7..c184b0350b 100644 --- a/model/saml.go +++ b/model/saml.go @@ -10,7 +10,7 @@ import ( const ( USER_AUTH_SERVICE_SAML = "saml" - USER_AUTH_SERVICE_SAML_TEXT = "With SAML" + USER_AUTH_SERVICE_SAML_TEXT = "SAML" ) type SamlAuthRequest struct {