fix: display public routes with header proxy auth

This commit is contained in:
Oleg Lobanov 2021-03-21 14:24:23 +01:00
parent 0d179eca4d
commit da54bd6c21
No known key found for this signature in database
GPG Key ID: 7CC64E41212621B0
1 changed files with 8 additions and 4 deletions

View File

@ -10,11 +10,15 @@ import App from "@/App";
sync(store, router); sync(store, router);
async function start() { async function start() {
try {
if (loginPage) { if (loginPage) {
await validateLogin(); await validateLogin();
} else { } else {
await login("", "", ""); await login("", "", "");
} }
} catch (e) {
console.log(e);
}
if (recaptcha) { if (recaptcha) {
await new Promise((resolve) => { await new Promise((resolve) => {