chore: fix codacy issues

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
Chinmay D. Pai 2020-04-03 09:57:11 +05:30
parent 2e37829816
commit 1f3f8b9246
No known key found for this signature in database
GPG key ID: 75507BE256F40CED

View file

@ -131,7 +131,7 @@ frappe.ui.form.on('User', {
user: frm.doc.email,
password: values.new_password,
logout: values.logout_sessions
}).then(() => done());
});
}
});
d.show();