Commit 2d08480d authored by Zohten's avatar Zohten
parents f1ae2050 d56882ce
......@@ -42,6 +42,10 @@ const routes = [
path: '/profile/:id',
name: 'Profile',
component: () => import('../views/Profile.vue')
},
{
path: '/joinpublic/:id',
redirect: { name : 'Betaparty'}
}
]
......
......@@ -88,13 +88,10 @@ export default {
case 422:
this.showCredentialsError = true;
break;
case 402:
case 401:
this.showBanError = true;
break;
default:
this.showCredentialsError = true;
break;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment