Skip to content

Commit

Permalink
chore: prolong torii deprecation period
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Apr 21, 2023
1 parent 96a62b8 commit e9299aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-simple-auth/addon/authenticators/torii.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import BaseAuthenticator from './base';

deprecate('Ember Simple Auth: The Torii authenticator is deprecated.', false, {
id: 'ember-simple-auth.authenticators.torii',
until: '6.0.0',
until: '7.0.0',
for: 'ember-simple-auth',
since: {
enabled: '4.2.0'
Expand Down

0 comments on commit e9299aa

Please sign in to comment.