diff options
Diffstat (limited to 'service/user/form/formValidator.go')
-rw-r--r-- | service/user/form/formValidator.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/user/form/formValidator.go b/service/user/form/formValidator.go index 5ee026b..fe974f1 100644 --- a/service/user/form/formValidator.go +++ b/service/user/form/formValidator.go @@ -3,7 +3,7 @@ package form import ( "regexp" - "github.com/ewhal/nyaa/util/log" + "github.com/NyaaPantsu/nyaa/util/log" ) const EMAIL_REGEX = `(\w[-._\w]*\w@\w[-._\w]*\w\.\w{2,3})` |