This commit is contained in:
the-djmaze 2022-04-30 01:27:40 +02:00
parent f7a2389523
commit fcb50dfcda

View file

@ -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;
*/
} }
} }
} }