From e3bafe991408e155a862d4c1c0648f6b5fc1b17e Mon Sep 17 00:00:00 2001 From: gmolki Date: Tue, 27 Aug 2024 11:24:19 +0200 Subject: [PATCH] fix: authorization initial state --- src/store/authorization.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/authorization.ts b/src/store/authorization.ts index d1eb693b..19d59bef 100644 --- a/src/store/authorization.ts +++ b/src/store/authorization.ts @@ -5,7 +5,7 @@ export type AuthorizationState = { } export const initialState: AuthorizationState = { - confidentials: false, + confidentials: true, } export enum AuthorizationActionType {