From 3360971bc4cae48165167c63ba8a6fce1ea0df7d Mon Sep 17 00:00:00 2001 From: Fran McDade Date: Tue, 13 Aug 2024 17:04:03 +1000 Subject: [PATCH] fix: fix authentication provider default value for isenabled (#159) --- 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: