This commit is contained in:
2021-07-21 17:28:26 +00:00
parent b4195d30bd
commit 8578a57dba
3 changed files with 7 additions and 3 deletions

View File

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