You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I noticed that the initializer method in password_access_token_request.rb is missing the credentials param and when I try to request a token I get the following error:
ArgumentError (wrong number of arguments (given 5, expected 3..4)):
Adding the param in the gem seems to fix the issue.
Hey, I noticed that the initializer method in
password_access_token_request.rb
is missing the credentials param and when I try to request a token I get the following error:ArgumentError (wrong number of arguments (given 5, expected 3..4)):
Adding the param in the gem seems to fix the issue.
it is like this:
it should be like:
Is someone planning on fixing this? I could add a PR.
The commit that created the problem in the doorkeeper gem
The text was updated successfully, but these errors were encountered: