diff --git a/service/user/cookieHelper.go b/service/user/cookieHelper.go index 8c327cbd..703e2f4f 100644 --- a/service/user/cookieHelper.go +++ b/service/user/cookieHelper.go @@ -6,6 +6,7 @@ import ( "github.com/gorilla/securecookie" "golang.org/x/crypto/bcrypt" + formStruct "github.com/ewhal/nyaa/service/user/form" "github.com/ewhal/nyaa/config" "github.com/ewhal/nyaa/db" diff --git a/service/user/verification.go b/service/user/verification.go index ec8786f4..895c2ae2 100644 --- a/service/user/verification.go +++ b/service/user/verification.go @@ -13,6 +13,7 @@ import ( "github.com/ewhal/nyaa/util/email" "github.com/ewhal/nyaa/util/log" "github.com/ewhal/nyaa/util/timeHelper" + formStruct "github.com/ewhal/nyaa/service/user/form" "github.com/nicksnyder/go-i18n/i18n" )