summaryrefslogtreecommitdiffstats
path: root/utils/password.go
diff options
context:
space:
mode:
Diffstat (limited to 'utils/password.go')
-rw-r--r--utils/password.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/password.go b/utils/password.go
index 7c2ca538b..f64d6f6ab 100644
--- a/utils/password.go
+++ b/utils/password.go
@@ -7,7 +7,7 @@ import (
"net/http"
"strings"
- "github.com/mattermost/platform/model"
+ "github.com/mattermost/mattermost-server/model"
)
func IsPasswordValid(password string) *model.AppError {