Updated paths to the new Cairo urls

This commit is contained in:
Dunemask 2022-09-30 08:50:00 -04:00
parent a42da94621
commit 9f12c3e6cb

View file

@ -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!");
});