Forgot to update header error message
This commit is contained in:
parent
165cc8f02a
commit
e9bbd2ba74
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue