fix: redirect to provider
This commit is contained in:
parent
9be6204451
commit
7eacdb307b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
})
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue