forked from forgejo/forgejo
more
This commit is contained in:
parent
aadd7dcdc3
commit
b7bf9dfd28
3 changed files with 4 additions and 4 deletions
|
@ -101,8 +101,8 @@ func (f *UpdateProfileForm) Validate(ctx *macaron.Context, errs binding.Errors)
|
|||
}
|
||||
|
||||
const (
|
||||
AVATAR_LOCAL string = "local"
|
||||
AVATAR_BYMAIL string = "bymail"
|
||||
AvatarLocal string = "local"
|
||||
AvatarByMail string = "bymail"
|
||||
)
|
||||
|
||||
type AvatarForm struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue