File tree 1 file changed +2
-2
lines changed
templates/admin/auth/source
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 100
100
</div>
101
101
<div class="field">
102
102
<label>{{.locale.Tr "admin.auths.oauth2_map_group_to_team"}}</label>
103
- <input name="oauth2_group_team_map" value="{{.group_team_map }}" placeholder='e.g. {"Developer": {"MyGiteaOrganization": ["MyGiteaTeam1", "MyGiteaTeam2"]}}'>
103
+ <input name="oauth2_group_team_map" value="{{.oauth2_group_team_map }}" placeholder='e.g. {"Developer": {"MyGiteaOrganization": ["MyGiteaTeam1", "MyGiteaTeam2"]}}'>
104
104
</div>
105
105
<div class="ui checkbox">
106
106
<label>{{.locale.Tr "admin.auths.oauth2_map_group_to_team_removal"}}</label>
107
- <input name="oauth2_group_team_map_removal" type="checkbox" {{if .group_team_map_removal }}checked{{end}}>
107
+ <input name="oauth2_group_team_map_removal" type="checkbox" {{if .oauth2_group_team_map_removal }}checked{{end}}>
108
108
</div>
109
109
</div>
You can’t perform that action at this time.
0 commit comments