mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
fix: display public routes with header proxy auth
This commit is contained in:
parent
0d179eca4d
commit
da54bd6c21
@ -10,11 +10,15 @@ import App from "@/App";
|
||||
sync(store, router);
|
||||
|
||||
async function start() {
|
||||
try {
|
||||
if (loginPage) {
|
||||
await validateLogin();
|
||||
} else {
|
||||
await login("", "", "");
|
||||
}
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
}
|
||||
|
||||
if (recaptcha) {
|
||||
await new Promise((resolve) => {
|
||||
|
Loading…
Reference in New Issue
Block a user