From 35ef33fa1bd812506f841172fda2281311d8d780 Mon Sep 17 00:00:00 2001 From: Fran McDade Date: Tue, 13 Aug 2024 17:08:55 +1000 Subject: [PATCH] fix: fix authentication provider default value for isenabled (#159) (#160) Co-authored-by: Fran McDade --- src/providers/authentication.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/authentication.tsx b/src/providers/authentication.tsx index a869dc1e..36680c04 100644 --- a/src/providers/authentication.tsx +++ b/src/providers/authentication.tsx @@ -58,7 +58,7 @@ export const AuthContext = createContext({ authenticateUser: () => {}, authenticationStatus: AUTHENTICATION_STATUS.INCOMPLETE, isAuthenticated: false, - isEnabled: true, + isEnabled: false, // eslint-disable-next-line @typescript-eslint/no-empty-function -- allow dummy function for default state. requestAuthentication: () => {}, terraNIHProfileLoginStatus: