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

Fix hints in PasswordGrant #560

Closed
wants to merge 1 commit into from
Closed

Fix hints in PasswordGrant #560

wants to merge 1 commit into from

Conversation

luke83
Copy link

@luke83 luke83 commented Apr 27, 2016

When omitting username or password you get wrong hint %s` is missing`, with this PR you will get username is missing or ``password is missing

When omitting `username` or `password` you get wrong hint `` `%s` is missing ``, with this PR you will get `` `username` is missing`` or `` `password` is missing``
@alexbilbie
Copy link
Contributor

Thanks @luke83. These parameters shouldn't have been sent as they're handled by the parent method

@luke83 luke83 deleted the patch-1 branch April 27, 2016 21:30
@luke83
Copy link
Author

luke83 commented Apr 27, 2016

I thought you wanted a specific message for those parameters, parent method handling is more consistent, much better!

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