fixed auth uri

This commit is contained in:
child_duckling 2021-12-03 17:15:35 -08:00
parent 71e698b9dd
commit 3aa0ce9713

View file

@ -1,8 +1,5 @@
const urlParams = new URLSearchParams(window.location.search);
if (urlParams.has('auth')) {
let auth = urlParams.get('auth')
//delete search param
}
let auth = urlParams.get('auth')
var app = new Vue({
el: "#app",