diff --git a/dist/hello.js b/dist/hello.js index 9cc9dcbd..ad50d26b 100644 --- a/dist/hello.js +++ b/dist/hello.js @@ -1430,7 +1430,7 @@ hello.utils.extend(hello.utils, { // - This is bad if the value contains break points which are escaped // - Hence the url must be encoded twice as it contains breakpoints. if (navigator.userAgent.indexOf('Safari') !== -1 && navigator.userAgent.indexOf('Chrome') === -1) { - url = redirectUri + '#oauth_redirect=' + encodeURIComponent(encodeURIComponent(url)); + url = redirectUri + '#oauth_redirect=' + encodeURIComponent(url); } var popup = window.open( diff --git a/package-lock.json b/package-lock.json index 9f11b8f7..936746c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hellojs", - "version": "1.19.5", + "version": "1.20.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hellojs", - "version": "1.19.5", + "version": "1.20.0", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "^6.0.2",