Skip to content

Commit b27dc32

Browse files
committed
fix: preserve manage password signature state
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 325baf5 commit b27dc32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/Account/partials/ManagePassword.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ type ManagePasswordConfig = {
9393
9494
const signMethodsStore = useSignMethodsStore()
9595
const config = loadState<ManagePasswordConfig>('libresign', 'config', {})
96-
signMethodsStore.setHasSignatureFile(config.hasSignatureFile ?? false)
96+
signMethodsStore.initializeHasSignatureFile(config.hasSignatureFile ?? false)
9797
9898
const certificateEngine = loadState<string>('libresign', 'certificate_engine', '')
9999
const mounted = ref(false)

0 commit comments

Comments
 (0)