|
|
@ -120,7 +120,7 @@ CreateVaultScreen.prototype.createNewVault = function () { |
|
|
|
return |
|
|
|
return |
|
|
|
} |
|
|
|
} |
|
|
|
if (password !== passwordConfirm) { |
|
|
|
if (password !== passwordConfirm) { |
|
|
|
this.warning = 'passwords dont match' |
|
|
|
this.warning = 'passwords don\'t match' |
|
|
|
this.props.dispatch(actions.displayWarning(this.warning)) |
|
|
|
this.props.dispatch(actions.displayWarning(this.warning)) |
|
|
|
return |
|
|
|
return |
|
|
|
} |
|
|
|
} |
|
|
|