mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 06:55:58 +00:00
Removed unused MTPBool from callbacks on done.
This commit is contained in:
@@ -493,7 +493,7 @@ void Widget::resetAccount() {
|
||||
}
|
||||
_resetRequest = _api->request(MTPaccount_DeleteAccount(
|
||||
MTP_string("Forgot password")
|
||||
)).done([=](const MTPBool &result) {
|
||||
)).done([=] {
|
||||
_resetRequest = 0;
|
||||
|
||||
Ui::hideLayer();
|
||||
|
Reference in New Issue
Block a user