Updated paths to the new Cairo urls
This commit is contained in:
parent
a42da94621
commit
9f12c3e6cb
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Stash extends React.Component {
|
||||||
.catch((error) => {
|
.catch((error) => {
|
||||||
if (error.response && error.response.status === 401)
|
if (error.response && error.response.status === 401)
|
||||||
return window.location.replace(
|
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!");
|
console.error("Auth server not up/configured properly!");
|
||||||
});
|
});
|
||||||
|
|
Reference in a new issue