feat: thema's worden gefetched van de api
This commit is contained in:
		
							parent
							
								
									03a9e513a8
								
							
						
					
					
						commit
						0d1ed55001
					
				
					 3 changed files with 60 additions and 41 deletions
				
			
		|  | @ -119,7 +119,7 @@ router.beforeEach(async (to, from, next) => { | |||
|     // Verify if user is logged in before accessing certain routes
 | ||||
|     if (to.meta.requiresAuth) { | ||||
|         if (!authState.isLoggedIn.value) { | ||||
|             //Next("/login");
 | ||||
|             //next("/login");
 | ||||
|             next(); | ||||
|         } else { | ||||
|             next(); | ||||
|  |  | |||
		Reference in a new issue
	
	 Joyelle Ndagijimana
						Joyelle Ndagijimana