small update

This commit is contained in:
Zeke Mostov 2020-09-02 22:42:36 -07:00 committed by Zeke Mostov
parent c7ab4b6216
commit 203baba07b
No known key found for this signature in database
GPG Key ID: 80AEEADD8FAC05E1

View File

@ -100,7 +100,7 @@ export default {
},
methods: {
regenPassphrase: function() {
this.recoveryPassphrase = bipPhrase.generate(4);
this.recoveryPassphrase = passPhrase.generate(4);
},
print: function() {
window.print();