fixed auth uri
This commit is contained in:
parent
71e698b9dd
commit
3aa0ce9713
1 changed files with 1 additions and 4 deletions
|
@ -1,8 +1,5 @@
|
||||||
const urlParams = new URLSearchParams(window.location.search);
|
const urlParams = new URLSearchParams(window.location.search);
|
||||||
if (urlParams.has('auth')) {
|
|
||||||
let auth = urlParams.get('auth')
|
let auth = urlParams.get('auth')
|
||||||
//delete search param
|
|
||||||
}
|
|
||||||
|
|
||||||
var app = new Vue({
|
var app = new Vue({
|
||||||
el: "#app",
|
el: "#app",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue