diff --git a/polyculeconnect/static/scripts/index.js b/polyculeconnect/static/scripts/index.js index 1fdc2f3..670d679 100644 --- a/polyculeconnect/static/scripts/index.js +++ b/polyculeconnect/static/scripts/index.js @@ -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(); }