add necessary comment

This commit is contained in:
Lanre Adelowo 2018-07-21 23:28:06 +01:00
parent 9b4f70f343
commit 845c00bd2f

View File

@ -28,6 +28,7 @@ import (
) )
const ( const (
// tplMustChangePassword template for updating a user's password
tplMustChangePassword = "user/auth/change_passwd" tplMustChangePassword = "user/auth/change_passwd"
// tplSignIn template for sign in page // tplSignIn template for sign in page
tplSignIn base.TplName = "user/auth/signin" tplSignIn base.TplName = "user/auth/signin"