Home
last modified time | relevance | path

Searched refs:currentUrl (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-web-browser/build/
H A DExpoWebBrowser.web.js64 const currentUrl = window.location.origin + window.location.pathname; constant
65 if (!compareUrls(redirectUrl, currentUrl)) {
68 … message: `Current URL "${currentUrl}" and original redirect URL "${redirectUrl}" do not match.`,
H A DExpoWebBrowser.web.js.map1currentUrl = window.location.origin + window.location.pathname;\n if (!compareUrls(redirectUr…
/expo/packages/expo-web-browser/src/
H A DExpoWebBrowser.web.ts86 const currentUrl = window.location.origin + window.location.pathname; constant
87 if (!compareUrls(redirectUrl, currentUrl)) {
90 … message: `Current URL "${currentUrl}" and original redirect URL "${redirectUrl}" do not match.`,