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

fix: Next disabled when backing from sending 2nd passphrase registration #768

Merged
merged 3 commits into from Dec 17, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -281,6 +281,9 @@ export default {
if (success) {
this.emitNext(transaction)
this.reset()

// The current passphrase has been already verified
this.isPassphraseVerified = true
}
},

Expand Down