Skip to content

Commit

Permalink
Update validate-redirect-url.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BermetK123 committed Jan 14, 2025
1 parent 9fe6e55 commit 8d85d7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blocks/identity-block/utils/validate-redirect-url.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const validateURL = (url) => {
const urlObject = new URL(url, window.location.origin);

if (urlObject.origin === window.location.origin) {
console.log(urlObject.pathname+"bermet")
return urlObject.pathname;
}
} catch (e) {
Expand Down

0 comments on commit 8d85d7b

Please sign in to comment.