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: