Skip to content

Commit d1333a4

Browse files
remove comment
Signed-off-by: SinghaAnirban005 <[email protected]>
1 parent 3c584ec commit d1333a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backend/cmd/headlamp.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -926,8 +926,6 @@ func processOIDCCallback(
926926
redirectUser(config, w, r, state, rawToken)
927927
}
928928

929-
// Additional helpers (all original logic preserved):
930-
931929
func exchangeCode(oauthConfig *OauthConfig, r *http.Request) (*oauth2.Token, error) {
932930
return oauthConfig.Config.Exchange(oauthConfig.Ctx, r.URL.Query().Get("code"))
933931
}

0 commit comments

Comments
 (0)