feat/epic-48-replace-dex #20
1 changed files with 1 additions and 1 deletions
|
@ -42,6 +42,6 @@ function goBackToLogin() {
|
||||||
window.location.href = nextURL;
|
window.location.href = nextURL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (window.location.pathname === "/auth" && !urlParams.has(connectorIDParam)) {
|
if (window.location.pathname === "/authorize" && !urlParams.has(connectorIDParam)) {
|
||||||
handleLoginPage();
|
handleLoginPage();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue