Update login.html

This commit is contained in:
maaghaei 2024-01-10 22:04:25 +03:30 committed by GitHub
parent b056c2dda0
commit ee81e4583d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {