update another route

This commit is contained in:
Gamebrary 2021-04-22 14:39:46 -07:00
parent a35ef0261c
commit da10257e85

View file

@ -63,7 +63,7 @@ export default {
// }
//
// if (this.user && this.$route.name !== 'dashboard') {
// this.$router.push({ name: 'dashboard' });
// this.$router.push({ name: 'home' });
// }
// },