Skip to content

Commit 1730dac

Browse files
committed
fix: refresh all oauth links on external auth page
1 parent 51952cd commit 1730dac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coderd/externalauth.go

-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ func (api *API) listUserExternalAuths(rw http.ResponseWriter, r *http.Request) {
362362
if err == nil && valid {
363363
links[i] = newLink
364364
}
365-
break
366365
}
367366
}
368367
}

0 commit comments

Comments
 (0)