fix: Change frappe.call to POST

This commit is contained in:
Faris Ansari 2019-05-14 13:40:02 +05:30
parent 3bd1a0774c
commit c747364ca8

View file

@ -118,7 +118,6 @@ frappe.ready(function() {
}
return frappe.call({
type: 'GET',
method: 'frappe.core.doctype.user.user.test_password_strength',
args: args,
callback: function(r) {