mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 18:19:22 +03: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.newPassword('');
|
||||||
this.newPassword2('');
|
this.newPassword2('');
|
||||||
this.passwordUpdateSuccess(true);
|
this.passwordUpdateSuccess(true);
|
||||||
|
/*
|
||||||
|
const refresh = rl.app.refresh;
|
||||||
|
rl.app.refresh = ()=>{};
|
||||||
rl.setData(data.Result);
|
rl.setData(data.Result);
|
||||||
|
rl.app.refresh = refresh;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue