Commit 2d08480d authored by Zohten's avatar Zohten
parents f1ae2050 d56882ce
...@@ -42,6 +42,10 @@ const routes = [ ...@@ -42,6 +42,10 @@ const routes = [
path: '/profile/:id', path: '/profile/:id',
name: 'Profile', name: 'Profile',
component: () => import('../views/Profile.vue') component: () => import('../views/Profile.vue')
},
{
path: '/joinpublic/:id',
redirect: { name : 'Betaparty'}
} }
] ]
......
...@@ -88,13 +88,10 @@ export default { ...@@ -88,13 +88,10 @@ export default {
case 422: case 422:
this.showCredentialsError = true; this.showCredentialsError = true;
break; break;
case 402: case 401:
this.showBanError = true; this.showBanError = true;
break; 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