mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-03-22 10:35:48 +00:00
minor changes
Co-Authored-By: somebodywashere <68244480+somebodywashere@users.noreply.github.com>
This commit is contained in:
@@ -425,7 +425,6 @@
|
||||
this.loading(false);
|
||||
if (msg.success) {
|
||||
this.user = {};
|
||||
window.location.replace;
|
||||
}
|
||||
},
|
||||
async restartPanel() {
|
||||
@@ -464,7 +463,6 @@
|
||||
const msg = await HttpUtil.post("/panel/setting/updateUserSecret", this.user);
|
||||
if (msg && msg.obj) {
|
||||
this.user = msg.obj;
|
||||
window.location.replace;
|
||||
}
|
||||
this.loading(false);
|
||||
await this.updateAllSetting();
|
||||
|
||||
Reference in New Issue
Block a user