From 8c41f33d07207bc82aeecac8235b08f21196b23b Mon Sep 17 00:00:00 2001 From: Cristian Date: Wed, 17 Mar 2021 08:48:37 -0300 Subject: [PATCH 1/2] fix: set auth false --- src/components/routes/auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/routes/auth.js b/src/components/routes/auth.js index 351f66e..7789c3f 100644 --- a/src/components/routes/auth.js +++ b/src/components/routes/auth.js @@ -1 +1 @@ -export const isAuthenticated = () => true; +export const isAuthenticated = () => false; From 238a24fa96e5b80fcd09684874855a143b7b44d8 Mon Sep 17 00:00:00 2001 From: Cristian Date: Wed, 17 Mar 2021 08:52:49 -0300 Subject: [PATCH 2/2] fix: redirect netlify fix --- public/_redirects | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/_redirects diff --git a/public/_redirects b/public/_redirects new file mode 100644 index 0000000..f824337 --- /dev/null +++ b/public/_redirects @@ -0,0 +1 @@ +/* /index.html 200 \ No newline at end of file