Keep sign submit button
This commit is contained in:
parent
4079896dc8
commit
94b030523f
|
@ -177,9 +177,9 @@ function SignForm(props) {
|
|||
error={error.sign}
|
||||
/>
|
||||
|
||||
{!!token &&<Form.Button loading={loading} error={error.non_field_errors}>
|
||||
<Form.Button loading={loading} error={error.non_field_errors}>
|
||||
Submit
|
||||
</Form.Button>}
|
||||
</Form.Button>
|
||||
{success && <div>Success!</div>}
|
||||
</Form>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user