Skip to content
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

okta dropped err #6577

Closed
wants to merge 2 commits into from
Closed

okta dropped err #6577

wants to merge 2 commits into from

Conversation

alrs
Copy link
Contributor

@alrs alrs commented Apr 12, 2019

This fixes a dropped error variable.

@hashicorp-cla
Copy link

hashicorp-cla commented Apr 12, 2019

CLA assistant check
All committers have signed the CLA.

@@ -182,6 +182,9 @@ func (b *backend) Login(ctx context.Context, req *logical.Request, username stri
switch result.FactorResult {
case "WAITING":
verifyReq, err := client.NewRequest("POST", requestPath, payload)
if err != nil {
return nil, nil, nil, err
Copy link
Member

Choose a reason for hiding this comment

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

See the error line just below it -- this should probably go back as the second argument, with some context around it, not the third.

@jefferai jefferai added this to the 1.1.2 milestone Apr 16, 2019
@jefferai
Copy link
Member

Closed by #6592

@jefferai jefferai closed this Apr 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants