route to frontpage

This commit is contained in:
Jacob Overgaard
2024-05-15 09:15:42 +02:00
parent ed2f752594
commit ace1962e68

View File

@@ -86,7 +86,7 @@ export class UmbAppElement extends UmbLitElement {
: this.localize.term('errors_externalLoginFailed');
this.observe(this.#authContext.authorizationSignal, () => {
window.location.href = '/';
history.replaceState(null, '', '/');
});
}