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
I tried to use the AuthenticatedRouteMixin mixin, and I got this error.
authenticated-route-mixin.js:8 Uncaught (in promise) TypeError: Cannot read property 'deprecate' of undefined
at Module.callback (authenticated-route-mixin.js:8)
at Module.exports (loader.js:106)
at Module._reify (loader.js:143)
at Module.reify (loader.js:130)
at Module.exports (loader.js:104)
at requireModule (loader.js:27)
at Class._extractDefaultExport (index.js:463)
at Class.resolveOther (index.js:123)
at Class.resolve (index.js:186)
at resolve (index.js:1223)
Looks like the error comes from this line:
(true&&!(false)&&Ember.Ember.deprecate("Ember Simple Auth: The AuthenticatedRouteMixin is now deprecated; call the session service's requireAuthentication method in the respective route's beforeModel method instead.",false,{
The text was updated successfully, but these errors were encountered:
I tried to use the AuthenticatedRouteMixin mixin, and I got this error.
Looks like the error comes from this line:
The text was updated successfully, but these errors were encountered: