default text to SAML (#9827)

This commit is contained in:
Carlos Tadeu Panato Junior
2018-11-14 11:41:20 +01:00
committed by GitHub
parent 4aca95fff9
commit 0e4094a2ad
2 changed files with 2 additions and 2 deletions

View File

@@ -330,7 +330,7 @@
"NicknameAttribute": "",
"LocaleAttribute": "",
"PositionAttribute": "",
"LoginButtonText": "With SAML",
"LoginButtonText": "SAML",
"LoginButtonColor": "",
"LoginButtonBorderColor": "",
"LoginButtonTextColor": ""

View File

@@ -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 {