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
As a part of migrating to Vue3 we had to remove the Authenticated middleware. As an incremental part of that migration I moved a fair amount of that code out of the middleware into the existing @shell/utils/auth.js
We need to refactor, reorganize and remove most of this code as plenty of it had nothing to do with auth in the first place.
The text was updated successfully, but these errors were encountered:
As a part of migrating to Vue3 we had to remove the Authenticated middleware. As an incremental part of that migration I moved a fair amount of that code out of the middleware into the existing
@shell/utils/auth.js
We need to refactor, reorganize and remove most of this code as plenty of it had nothing to do with auth in the first place.
The text was updated successfully, but these errors were encountered: