From 1adfd0e9be69a93c7f63bb7afc742c9fafe31aa3 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 6 Sep 2017 17:12:54 -0500 Subject: app type transition (#7167) --- app/saml.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/saml.go') diff --git a/app/saml.go b/app/saml.go index 6b0966ebf..616765542 100644 --- a/app/saml.go +++ b/app/saml.go @@ -9,10 +9,11 @@ import ( "net/http" "os" + "path/filepath" + "github.com/mattermost/platform/einterfaces" "github.com/mattermost/platform/model" "github.com/mattermost/platform/utils" - "path/filepath" ) func GetSamlMetadata() (string, *model.AppError) { -- cgit v1.2.3-1-g7c22