Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2026-05-04 14:20:24 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2026-05-04 14:20:24 +0300
commite19061d513b8c4fb2207b4a553a96ea086089612 (patch)
tree8a05450f0f6d3e8a2a182976b1a38bf5cca824ea /web/html/login.html
parent51e2fb6dbfb6f3f21b3f578c15c3dc0d47c4a66e (diff)
TLS: Remove ECH Force Query
Diffstat (limited to 'web/html/login.html')
-rw-r--r--web/html/login.html22
1 files changed, 17 insertions, 5 deletions
diff --git a/web/html/login.html b/web/html/login.html
index 6d98e6b1..78bffd30 100644
--- a/web/html/login.html
+++ b/web/html/login.html
@@ -108,8 +108,15 @@
el: '#app',
data: {
themeSwitcher,
- loadingStates: { fetched: false, spinning: false },
- user: { username: "", password: "", twoFactorCode: "" },
+ loadingStates: {
+ fetched: false,
+ spinning: false
+ },
+ user: {
+ username: "",
+ password: "",
+ twoFactorCode: ""
+ },
twoFactorEnable: false,
lang: "",
animationStarted: false
@@ -233,13 +240,18 @@
}
}
});
- pm_wait_for_forms.observe(pm_host, { childList: true, subtree: true });
+ pm_wait_for_forms.observe(pm_host, {
+ childList: true,
+ subtree: true
+ });
}
if (document.readyState === 'loading') {
- document.addEventListener('DOMContentLoaded', pm_init, { once: true });
+ document.addEventListener('DOMContentLoaded', pm_init, {
+ once: true
+ });
} else {
pm_init();
}
</script>
-{{ template "page/body_end" .}}
+{{ template "page/body_end" .}} \ No newline at end of file