Merge pull request #7470 from netchampfaris/fix-update-password-post-h
fix: Change frappe.call to POST
This commit is contained in:
commit
08767dcd77
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue