Fix remember-me
This commit is contained in:
parent
e99fabafb9
commit
44c13d0185
1 changed files with 1 additions and 1 deletions
|
@ -42,6 +42,6 @@ function goBackToLogin() {
|
|||
window.location.href = nextURL;
|
||||
}
|
||||
|
||||
if (window.location.pathname === "/auth" && !urlParams.has(connectorIDParam)) {
|
||||
if (window.location.pathname === "/authorize" && !urlParams.has(connectorIDParam)) {
|
||||
handleLoginPage();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue