fix: open authorization url on the current browsing context
This commit is contained in:
parent
834410a2a5
commit
4d5dec4048
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ function oauth_access(frm) {
|
|||
},
|
||||
callback: function(r) {
|
||||
if (!r.exc) {
|
||||
window.open(r.message.url);
|
||||
window.open(r.message.url, "_self");
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue