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

Commit 798deda0 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

check bypassToken value with console log

parent cd45a665
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -89,8 +89,8 @@ export default {
					captchaInput: this.formData.captchaInput,
					bypassToken: this.$route.query.bypassToken || null,
				}
				const urlParams = new URLSearchParams(window.location.search);
				const myParam = urlParams.get('bypassToken');
				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(myParam)