From 9f12c3e6cbb1dee5b9f50de8ad77ec3c86fa7306 Mon Sep 17 00:00:00 2001 From: Dunemask Date: Fri, 30 Sep 2022 08:50:00 -0400 Subject: [PATCH] Updated paths to the new Cairo urls --- src/Stash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"); });