Skip to content
Snippets Groups Projects
Commit 89fdc233 authored by Alice Poggioli's avatar Alice Poggioli
Browse files

Fix a loader pb

parent 19d7a803
No related branches found
No related tags found
1 merge request!137Fix router bug
Pipeline #5058 failed
......@@ -107,10 +107,12 @@ class CoopStarterLoginComponent extends HTMLElement {
window.dispatchEvent(
new CustomEvent('requestNavigation', { detail: { route: 'account-creation' } })
);
loader.toggleAttribute('hidden', true);
} else {
window.dispatchEvent(
new CustomEvent('requestNavigation', { detail: { route: 'splash' } })
);
loader.toggleAttribute('hidden', true);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment