mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-29 08:44:58 +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) {
|
||||
this.setState({
|
||||
reSendEmailVerificationStep: UNVERIFIED_USER_STEP
|
||||
reSendEmailVerificationStep: UNVERIFIED_USER_STEP,
|
||||
email: formState.email
|
||||
})
|
||||
this.props.dispatch(SessionActions.login(formState));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user