Skip to content

Commit

Permalink
small correction to debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kuannie1 authored Apr 16, 2024
1 parent 19d1b5d commit 8ba7c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oidc_cli/oidc_impl/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func (c *Client) Authenticate(ctx context.Context) (*Token, error) {
if err != nil {
return nil, err
}
logrus.Debugf(" re-auth scopes: %+v", c.oauthConfig.Scopes)
logrus.Debugf("authenticate scopes: %+v", c.oauthConfig.Scopes)
c.server.Start(ctx, c, oauthMaterial)
fmt.Fprintf(os.Stderr, "Opening browser in order to authenticate with Okta, hold on a brief second...\n")
time.Sleep(2 * time.Second)
Expand Down

0 comments on commit 8ba7c51

Please sign in to comment.