mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-21 21:48:00 +02:00
bug fixed #193
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user