fix: redirect to provider

This commit is contained in:
barredterra 2020-07-15 14:06:20 +02:00
parent 9be6204451
commit 7eacdb307b

View file

@ -26,7 +26,7 @@ frappe.ui.form.on('Connected App', {
method: "initiate_auth_code_flow",
doc: frm.doc,
callback: function(r) {
console.log(r.message);
window.location.replace(r.message);
}
})
});