Forgot to update header error message

This commit is contained in:
britea 2020-03-04 21:38:49 +01:00
parent 165cc8f02a
commit e9bbd2ba74

View File

@ -62,7 +62,7 @@ export default class Signup extends Component{
<Form size='large' style={{marginTop : "2em"}} error={this.state.error.state}>
<Message
error
header='Login Error'
header='Singup Error'
content= {this.state.error.message}
/>
<Form.Input