We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642a796 commit 57db9ddCopy full SHA for 57db9dd
1 file changed
internal/pkg/auth/user_login.go
@@ -98,7 +98,6 @@ func AuthorizeUser(p *print.Printer, authConfig UserAuthConfig) error {
98
}
99
100
func authorizeUserWithPKCE(p *print.Printer, idpWellKnownConfig *wellKnownConfig, idpClientID string, authConfig UserAuthConfig) error {
101
-
102
var redirectURL string
103
var listener net.Listener
104
var listenerErr error
0 commit comments