Loading src/signup/CaptchaForm.vue +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ export default { const urlParams = new URLSearchParams(window.location.search) const myParam = urlParams.get('bypassToken') /* eslint-disable no-console */ console.log("here is the value of bypassToken") console.log('here is the value of bypassToken') console.log(myParam) const url = generateUrl(`/apps/${this.appName}/accounts/verify_captcha`) await Axios.post(url, data) Loading Loading
src/signup/CaptchaForm.vue +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ export default { const urlParams = new URLSearchParams(window.location.search) const myParam = urlParams.get('bypassToken') /* eslint-disable no-console */ console.log("here is the value of bypassToken") console.log('here is the value of bypassToken') console.log(myParam) const url = generateUrl(`/apps/${this.appName}/accounts/verify_captcha`) await Axios.post(url, data) Loading