From 3aa0ce9713c77676845b6f22051a8df07aa83d8e Mon Sep 17 00:00:00 2001 From: child_duckling <19170969+child-duckling@users.noreply.github.com> Date: Fri, 3 Dec 2021 17:15:35 -0800 Subject: [PATCH] fixed auth uri --- docs/app-win/index.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/app-win/index.js b/docs/app-win/index.js index 60a5ba61..aa285413 100644 --- a/docs/app-win/index.js +++ b/docs/app-win/index.js @@ -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",