Skip to content

Commit

Permalink
Update addon/mixins/data-adapter-mixin.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Samanta de Barros <samanta.dbarros@gmail.com>
  • Loading branch information
marcoow and sdebarros authored Oct 30, 2019
1 parent c7e77da commit 3c61929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/mixins/data-adapter-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export default Mixin.create({
headersForRequest() {
deprecate('Ember Simple Auth: The headersForRequest method should no longer be used. Instead, set the headers property or implement it as a computed property.', false, {
id: `ember-simple-auth.data-adapter-mixin.headers-for-request`,
until: '2.0.0'
until: '3.0.0'
});

const authorizer = this.get('authorizer');
Expand Down

0 comments on commit 3c61929

Please sign in to comment.