Skip to content

Commit

Permalink
Fix wrong deprecation URL (#1870)
Browse files Browse the repository at this point in the history
The URL for "Deprecation of Client ID as Header" was incorrect
  • Loading branch information
bartocc authored and marcoow committed Jun 27, 2019
1 parent 5740d14 commit e102834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/authenticators/oauth2-password-grant.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export default BaseAuthenticator.extend({
{
id: 'ember-simple-auth.oauth2-password-grant-authenticator.client-id-as-authorization',
until: '2.0.0',
url: 'https://github.com/simplabs/ember-simple-auth#deprecation-of-client-id-header',
url: 'https://github.com/simplabs/ember-simple-auth#deprecation-of-client-id-as-header',
}
);
}
Expand Down

0 comments on commit e102834

Please sign in to comment.