How to the setup verification page?
You have to add 3 line codes to the verification page because we encode the hostname in the URL. Here is the code for decode URL. const urlParams = new URLSearchParams(window.location.search); const myParam = urlParams.get('src'); const plainText = window.atob(myParam); For more queries, reach us