diff options
Diffstat (limited to 'internal/form/user.go')
-rw-r--r-- | internal/form/user.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/form/user.go b/internal/form/user.go index 539dfd98..fee0569d 100644 --- a/internal/form/user.go +++ b/internal/form/user.go @@ -104,8 +104,8 @@ func (f *UpdateProfile) Validate(ctx *macaron.Context, errs binding.Errors) bind } const ( - AVATAR_LOCAL string = "local" - AVATAR_BYMAIL string = "bymail" + AvatarLocal string = "local" + AvatarLookup string = "lookup" ) type Avatar struct { |