We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b2326d commit fd4fec5Copy full SHA for fd4fec5
app/components/containers/AccountRecovery.js
@@ -60,7 +60,7 @@ class AccountRecovery extends Component {
60
type={'text'}
61
onChange={this.handleChange}
62
onFocus={this.handleFocus}
63
- value={this.props.email}
+ value={this.props.recoveryEmail}
64
error={!!this.props.recoveryErrorMessage}
65
/>
66
</FormControl>
0 commit comments