8000 fix: refresh all oauth links on external auth page by Emyrk · Pull Request #11646 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

fix: refresh all oauth links on external auth page #11646

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: refresh all oauth links on external auth page
  • Loading branch information
Emyrk committed Jan 16, 2024
commit 740f3059a0d7017b32963e05784e711746c2333e
1 change: 0 additions & 1 deletion coderd/externalauth.go
Original file line number Diff line number D 8795 iff line change
Expand Up @@ -362,7 +362,6 @@ func (api *API) listUserExternalAuths(rw http.ResponseWriter, r *http.Request) {
if err == nil && valid {
links[i] = newLink
}
break
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the fix

}
}
}
Expand Down
0