redirect to the root without an opener
This commit is contained in:
@@ -74,7 +74,7 @@ export class UmbAppElement extends UmbLitElement {
|
||||
this.#authContext?.completeAuthorizationRequest().finally(() => {
|
||||
// If we don't have an opener, redirect to the root
|
||||
if (!window.opener) {
|
||||
//history.replaceState(null, '', '');
|
||||
history.replaceState(null, '', '');
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user