Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14bba444 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

check bypassToken value with console log

parent 798deda0
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)