This commit is contained in:
2021-08-11 20:27:37 +00:00
parent 4606920cde
commit 286e454677
9 changed files with 47 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ const MaxLogLength = 100;
Vue.use(Vuex);
//reset all local settings via url in case of fucked up situation
//reset all local settings via url
//localhost:8080/login?reset
if (window.location.search) {
var searchParams = new URLSearchParams(window.location.search);