summaryrefslogtreecommitdiffstats
path: root/app/saml.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/saml.go')
-rw-r--r--app/saml.go3
1 files changed, 2 insertions, 1 deletions
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) {