We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 055c314 + 697473b commit 57b3406Copy full SHA for 57b3406
app/code/Magento/Integration/view/adminhtml/web/js/integration.js
@@ -204,7 +204,7 @@ define([
204
clearInterval(IdentityLogin.checker);
205
$('body').trigger('processStart');
206
//Check for window closed
207
- window.location.reload();
+ window.location.href = url.grid;
208
IdentityLogin.jqInfoDialog.modal('closeModal');
209
}
210
} catch (e) {
0 commit comments