Skip to content

Commit b3af748

Browse files
yp05327GiteaBot
andauthoredMay 11, 2023
1 parent bcd0733 commit b3af748

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎routers/web/org/setting.go

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ func Settings(ctx *context.Context) {
4646
ctx.Data["PageIsSettingsOptions"] = true
4747
ctx.Data["CurrentVisibility"] = ctx.Org.Organization.Visibility
4848
ctx.Data["RepoAdminChangeTeamAccess"] = ctx.Org.Organization.RepoAdminChangeTeamAccess
49+
ctx.Data["ContextUser"] = ctx.ContextUser
4950
ctx.HTML(http.StatusOK, tplSettingsOptions)
5051
}
5152

0 commit comments

Comments
 (0)
Please sign in to comment.