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

Removing legacy COA mapping + fixing access_denied mapping #1266

Merged
merged 4 commits into from
Feb 15, 2018

Conversation

luisrudge
Copy link
Contributor

No description provided.

@luisrudge luisrudge added this to the v11.2.4 milestone Feb 15, 2018
"logToConsole": true,
"code": "invalid_user_password",
"description": "foobar",
"error": "invalid_user_password",
Copy link
Contributor

Choose a reason for hiding this comment

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

What's the reason behind having code and error with the same values? Shouldn't you keep 1, code probably?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't know why it is like this. Can't change this now though.

const expectedError = {
code: 'invalid_user_password',
error: 'invalid_user_password',
description: error.description
Copy link
Contributor

Choose a reason for hiding this comment

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

use description: 'foobar' instead of error.description

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

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.

2 participants