diff --git a/routers/user/auth.go b/routers/user/auth.go index 571fe9eb9..1a08f70bb 100644 --- a/routers/user/auth.go +++ b/routers/user/auth.go @@ -28,6 +28,7 @@ import ( ) const ( + // tplMustChangePassword template for updating a user's password tplMustChangePassword = "user/auth/change_passwd" // tplSignIn template for sign in page tplSignIn base.TplName = "user/auth/signin"