1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
Lunny Xiao 2014-05-15 22:34:36 +08:00
parent 4f042d12bd
commit f4486f3eec
2 changed files with 8 additions and 3 deletions

View file

@ -144,6 +144,7 @@ func EditAuthSourcePost(ctx *middleware.Context, form auth.AuthenticationForm) {
}
u := models.LoginSource{
Id: form.Id,
Name: form.AuthName,
IsActived: form.IsActived,
Type: form.Type,