Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
fix: resolve issue with passphraseInput value throwing error (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsANameToo authored and faustbrian committed Oct 9, 2018
1 parent 6e8b868 commit 5c24ec1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/renderer/components/Passphrase/PassphraseInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ export default {
},
value: {
type: String,
required: true
required: false,
default: () => ''
}
},
Expand Down

0 comments on commit 5c24ec1

Please sign in to comment.