Client - update users link
This commit is contained in:
@ -234,6 +234,13 @@ const routes: Array<RouteRecordRaw> = [
|
||||
name: 'SportsAdministration',
|
||||
component: AdminSports,
|
||||
},
|
||||
{
|
||||
path: 'users/:username',
|
||||
name: 'User',
|
||||
component: () =>
|
||||
import(/* webpackChunkName: 'profile' */ '@/views/user/UserView.vue'),
|
||||
props: { fromAdmin: true },
|
||||
},
|
||||
{
|
||||
path: 'users',
|
||||
name: 'UsersAdministration',
|
||||
|
Reference in New Issue
Block a user