Skip to content

Commit 57b3406

Browse files
committed
Merge remote-tracking branch 'origin/MC-15163' into 2.3-develop-pr57
2 parents 055c314 + 697473b commit 57b3406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Integration/view/adminhtml/web/js/integration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ define([
204204
clearInterval(IdentityLogin.checker);
205205
$('body').trigger('processStart');
206206
//Check for window closed
207-
window.location.reload();
207+
window.location.href = url.grid;
208208
IdentityLogin.jqInfoDialog.modal('closeModal');
209209
}
210210
} catch (e) {

0 commit comments

Comments
 (0)