cheshire-cat-ai / admin-vue

Admin panel of the Cheshire Cat AI
GNU General Public License v3.0
32 stars 28 forks source link

Fix `resetAllStores` and remove the workaround #50

Closed github-actions[bot] closed 11 months ago

github-actions[bot] commented 11 months ago

Describe the reason of this issue

The issue is present here:

// BUG: Fix `resetAllStores` and remove the workaround
router.beforeEach(async to => {
    if (!isReadyAndAuth.value && to.name !== 'settings') {
        return { name: 'settings' }
    }
})
github-actions[bot] commented 11 months ago

Closed in fd2be49f2ed470c6927a7e9cb74f446d9d172ba1