Skip to content

Commit 035609b

Browse files
committed
remove todo
1 parent f7023a4 commit 035609b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coderd/coderd.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ func New(options *Options) *API {
295295
DisableSessionExpiryRefresh: options.DeploymentConfig.DisableSessionExpiryRefresh.Value,
296296
Optional: true,
297297
}),
298-
// TODO: We should remove this auth context after middleware.
299298
httpmw.AsAuthzSystem(
300299
httpmw.ExtractUserParam(api.Database, false),
301300
httpmw.ExtractWorkspaceAndAgentParam(api.Database),

0 commit comments

Comments
 (0)