Skip to content

Commit

Permalink
feat(ember-simple-auth): bump Torii deprecation to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Dec 27, 2024
1 parent 25dcee4 commit b639ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-simple-auth/src/authenticators/torii.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import BaseAuthenticator from './base';

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

0 comments on commit b639ad2

Please sign in to comment.