mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08:00
Change for #272
This commit is contained in:
parent
f7a2389523
commit
fcb50dfcda
1 changed files with 5 additions and 0 deletions
|
@ -117,7 +117,12 @@
|
|||
this.newPassword('');
|
||||
this.newPassword2('');
|
||||
this.passwordUpdateSuccess(true);
|
||||
/*
|
||||
const refresh = rl.app.refresh;
|
||||
rl.app.refresh = ()=>{};
|
||||
rl.setData(data.Result);
|
||||
rl.app.refresh = refresh;
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue