From c7bc604f4c0b167a2d0ab8a5c44ed511037b0f87 Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Mon, 26 Dec 2022 21:46:33 +0100 Subject: [PATCH] adapted to extension --- src/AuthContext/use-extension-handler.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AuthContext/use-extension-handler.ts b/src/AuthContext/use-extension-handler.ts index a236fdb..d241ad0 100644 --- a/src/AuthContext/use-extension-handler.ts +++ b/src/AuthContext/use-extension-handler.ts @@ -65,6 +65,7 @@ export default function useExtensionHandler( type: "get-user", data: { user, + masterPasswordAvailable: Boolean(masterPassword), }, }, }),