From 7dc9df425d8a76ff3cd4a41c46e02963224cd26d Mon Sep 17 00:00:00 2001 From: Hoang Pham Date: Mon, 20 Dec 2021 12:23:55 -0600 Subject: [PATCH] UI - removed unnecessary code --- lattice/src/services/useAuth.tsx | 3 --- 1 file changed, 3 deletions(-) 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