Skip to content

Commit 491547b

Browse files
committed
redirect to the root without an opener
1 parent 9a24c9a commit 491547b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/app/app.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class UmbAppElement extends UmbLitElement {
7474
this.#authContext?.completeAuthorizationRequest().finally(() => {
7575
// If we don't have an opener, redirect to the root
7676
if (!window.opener) {
77-
//history.replaceState(null, '', '');
77+
history.replaceState(null, '', '');
7878
}
7979
});
8080
},

0 commit comments

Comments
 (0)