mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-30 01:05:18 +02:00
Add email status (#1058)
This commit is contained in:
parent
8c17d22ab3
commit
b2e43430b1
@ -164,7 +164,8 @@ class MainHomePageLoginWidget extends React.Component {
|
|||||||
|
|
||||||
onLoginFormSubmit(formState) {
|
onLoginFormSubmit(formState) {
|
||||||
this.setState({
|
this.setState({
|
||||||
reSendEmailVerificationStep: UNVERIFIED_USER_STEP
|
reSendEmailVerificationStep: UNVERIFIED_USER_STEP,
|
||||||
|
email: formState.email
|
||||||
})
|
})
|
||||||
this.props.dispatch(SessionActions.login(formState));
|
this.props.dispatch(SessionActions.login(formState));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user