diff --git a/lattice/src/services/useAuth.tsx b/lattice/src/services/useAuth.tsx index 224059ef5..37a797a0e 100644 --- a/lattice/src/services/useAuth.tsx +++ b/lattice/src/services/useAuth.tsx @@ -58,9 +58,6 @@ function useProvideAuth() { .then((res) => { if (res.status === 204) { // Authentication is off - res.data.startsWith( - "Trying to authenticate but authentication is off" - ); setAuthOn(false); } else { // Turn on Authentication