Start work for getting filter to work while noise is playing

This commit is contained in:
Kevin Thomas
2021-07-26 22:56:40 -07:00
parent fea573bf48
commit 5557536b92
3 changed files with 16 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ const router = new VueRouter({
})
router.beforeEach((to, from, next) => {
if (to.name === 'Home') {
if (to.name === 'TMP_Home') {
instance.get('/auth')
.then(response => {
if (response.status === 200) {