From ee81e4583d013c44ca8a806c10e0bb8ef0ad40ff Mon Sep 17 00:00:00 2001 From: maaghaei <154073284+maaghaei@users.noreply.github.com> Date: Wed, 10 Jan 2024 22:04:25 +0330 Subject: [PATCH] Update login.html --- web/html/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/html/login.html b/web/html/login.html index 34eff41c..781ca3d5 100644 --- a/web/html/login.html +++ b/web/html/login.html @@ -358,7 +358,7 @@ const msg = await HttpUtil.post('/login', this.user); this.loading = false; if (msg.success) { - location.href = basePath + 'panel/'; + location.href = basePath + 'panel/inbounds'; } }, async getSecretStatus() {