1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-01 17:38:33 +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,