mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-07 10:46:19 +00:00
Update login.html
This commit is contained in:
parent
b056c2dda0
commit
ee81e4583d
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue