adapted to extension

This commit is contained in:
Myzel394 2022-12-26 21:46:33 +01:00
parent 5e5b6f52d8
commit c7bc604f4c

View File

@ -65,6 +65,7 @@ export default function useExtensionHandler(
type: "get-user", type: "get-user",
data: { data: {
user, user,
masterPasswordAvailable: Boolean(masterPassword),
}, },
}, },
}), }),