Skip to content

Commit 60723c4

Browse files
committed
Move oidc params to configCmd struct and not the configfile struct
1 parent 1e123e7 commit 60723c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/commands/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,7 @@ func assertSingleAuthMethod(details *config.ServerDetails) error {
887887

888888
type ConfigCommandConfiguration struct {
889889
ServerDetails *config.ServerDetails
890+
OidcParams *generic.OidcTokenParams
890891
Interactive bool
891892
EncPassword bool
892893
BasicAuthOnly bool

0 commit comments

Comments
 (0)