From 5eb1d75f4c82118525b3ea89d58c550f2f4e0a35 Mon Sep 17 00:00:00 2001 From: akuma06 Date: Sun, 7 May 2017 00:15:27 +0200 Subject: [PATCH] Forgot files --- service/user/cookieHelper.go | 1 + service/user/verification.go | 1 + 2 files changed, 2 insertions(+) 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" )