diff --git a/src/Stash.js b/src/Stash.js index 52063a2..bf95e60 100644 --- a/src/Stash.js +++ b/src/Stash.js @@ -33,7 +33,7 @@ class Stash extends React.Component { .catch((error) => { if (error.response && error.response.status === 401) return window.location.replace( - `${process.env.REACT_APP_CAIRO_URL}/authenticate?redirectUri=${window.location.href}` + `${process.env.REACT_APP_CAIRO_URL}/cairo/auth?redirectUri=${window.location.href}` ); console.error("Auth server not up/configured properly!"); });