@ -55,8 +55,7 @@ export class LoginPageComponent {
this.closeModal();
setTimeout(() => {
this.router.navigate(['/map']);
window.location.reload(); // Pas ouf mais ça marche
}, 500);
}, 1);
},
error: (response) => {