Skip to content

Commit fd4fec5

Browse files
committed
Fix value of recovery email prop
1 parent 0b2326d commit fd4fec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/containers/AccountRecovery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class AccountRecovery extends Component {
6060
type={'text'}
6161
onChange={this.handleChange}
6262
onFocus={this.handleFocus}
63-
value={this.props.email}
63+
value={this.props.recoveryEmail}
6464
error={!!this.props.recoveryErrorMessage}
6565
/>
6666
</FormControl>

0 commit comments

Comments
 (0)