spell bug fixed
This commit is contained in:
parent
70398ed01a
commit
f68e279150
3 changed files with 5 additions and 5 deletions
|
@ -67,7 +67,7 @@ func NewAuthSourcePost(ctx *middleware.Context, form auth.AuthenticationForm) {
|
|||
Type: form.Type,
|
||||
Name: form.AuthName,
|
||||
IsActived: true,
|
||||
AllowAutoRegisted: form.AllowAutoRegister,
|
||||
AllowAutoRegister: form.AllowAutoRegister,
|
||||
Cfg: u,
|
||||
}
|
||||
|
||||
|
@ -140,7 +140,7 @@ func EditAuthSourcePost(ctx *middleware.Context, form auth.AuthenticationForm) {
|
|||
Name: form.AuthName,
|
||||
IsActived: form.IsActived,
|
||||
Type: form.Type,
|
||||
AllowAutoRegisted: form.AllowAutoRegister,
|
||||
AllowAutoRegister: form.AllowAutoRegister,
|
||||
Cfg: config,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue