@@ -37,7 +37,7 @@ if (typeof config !== 'undefined') {
 | 
			
		||||
			{ path: '/privacy', component: Privacy },
 | 
			
		||||
			{ path: '/register', component: Register },
 | 
			
		||||
			{ path: '/register/:token', component: Register, props: true },
 | 
			
		||||
			{ path: '/profile', component: Profile }
 | 
			
		||||
			{ path: '/profile/:token', component: Profile, props: true }
 | 
			
		||||
		];
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user