🐛 Fix login modal redirection

pull/21/head
Alix JEUDI--LEMOINE 5 months ago
parent 235f1c6c64
commit 941e46feb6

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

Loading…
Cancel
Save