Merge pull request #7470 from netchampfaris/fix-update-password-post-h

fix: Change frappe.call to POST
This commit is contained in:
Saurabh 2019-05-14 13:59:31 +05:30 committed by GitHub
commit 08767dcd77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {