Commit 2be0ebba authored by a.bairuha's avatar a.bairuha

update issue

parent 652fb493
......@@ -113,7 +113,7 @@ class Login extends Component {
this.props.history.push('/home/beranda')
} else {
if (response.data.message == 'Password is Not Correct') {
this.setState({ errorPassword: true, msgPassword: response.data.message })
this.setState({ errorPassword: true, msgPassword: 'Incorrect Password' })
} else {
this.setState({ errorEmail: true, msgEmail: response.data.message })
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment