Update dependencies for 5.6 (#24)
This commit is contained in:
parent
76ba0b57a7
commit
415e8b5f72
41 changed files with 3499 additions and 1746 deletions
2
build/manifest/vendor/github.com/mattermost/mattermost-server/model/saml.go
generated
vendored
2
build/manifest/vendor/github.com/mattermost/mattermost-server/model/saml.go
generated
vendored
|
@ -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 {
|
||||
|
|
Reference in a new issue