1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00
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,