We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentcf2f5ee commite70d139Copy full SHA for e70d139
coderd/workspaceagents.go
@@ -2099,7 +2099,7 @@ func (api *API) workspaceAgentsExternalAuth(rw http.ResponseWriter, r *http.Requ
2099
httpapi.Write(ctx,rw,http.StatusOK,resp)
2100
}
2101
2102
-func (api*API)workspaceAgentsExternalAuthListen(rw http.ResponseWriter,ctx context.Context,externalAuthConfig*externalauth.Config,workspace database.Workspace) {
+func (api*API)workspaceAgentsExternalAuthListen(ctx context.Context,rw http.ResponseWriter,externalAuthConfig*externalauth.Config,workspace database.Workspace) {
2103
// Since we're ticking frequently and this sign-in operation is rare,
2104
// we are OK with polling to avoid the complexity of pubsub.
2105
ticker,done:=api.NewTicker(time.Second)