diff --git a/src/BasePlatform.ts b/src/BasePlatform.ts index 2093881cc5..96f0c62b23 100644 --- a/src/BasePlatform.ts +++ b/src/BasePlatform.ts @@ -466,6 +466,7 @@ export default abstract class BasePlatform { // The redirect URL has to exactly match that registered at the OIDC server, so // ensure that the fragment part of the URL is empty. url.hash = ""; + url.searchParams.set("no_universal_links", "true"); return url; }