Searched refs:currentUrl (Results 1 – 3 of 3) sorted by relevance
64 const currentUrl = window.location.origin + window.location.pathname; constant65 if (!compareUrls(redirectUrl, currentUrl)) {68 … message: `Current URL "${currentUrl}" and original redirect URL "${redirectUrl}" do not match.`,
1 …currentUrl = window.location.origin + window.location.pathname;\n if (!compareUrls(redirectUr…
86 const currentUrl = window.location.origin + window.location.pathname; constant87 if (!compareUrls(redirectUrl, currentUrl)) {90 … message: `Current URL "${currentUrl}" and original redirect URL "${redirectUrl}" do not match.`,