Indicate which access flow was used
This commit is contained in:
parent
2bdc16b4bd
commit
d66dbdea61
2 changed files with 9 additions and 6 deletions
|
@ -65,11 +65,11 @@ export default class AccessSecretStorageDialog extends React.PureComponent {
|
|||
}
|
||||
|
||||
_onPassPhraseNext = async () => {
|
||||
this.props.onFinished(this.state.passPhrase);
|
||||
this.props.onFinished({ passphrase: this.state.passPhrase });
|
||||
}
|
||||
|
||||
_onRecoveryKeyNext = async () => {
|
||||
this.props.onFinished(this.state.recoveryKey);
|
||||
this.props.onFinished({ recoveryKey: this.state.recoveryKey });
|
||||
}
|
||||
|
||||
_onPassPhraseChange = (e) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue