fix #1553
This commit is contained in:
parent
ee3e0c3c49
commit
6c7a93a3ac
File diff suppressed because it is too large
Load Diff
|
@ -20,7 +20,7 @@
|
|||
<option value="0-0">{{.i18n.Tr "admin.users.local"}}</option>
|
||||
{{$tp := .User.LoginSource}}
|
||||
{{range $key, $val := .LoginSources}}
|
||||
<option value="{{$val.Type}}-{{$val.Id}}"{{if eq $val.Id $tp}} selected{{end}}>{{$val.Name}}</option>
|
||||
<option value="{{$val.Type}}-{{$val.ID}}"{{if eq $val.ID $tp}} selected{{end}}>{{$val.Name}}</option>
|
||||
{{end}}
|
||||
</select>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue