Add Narrow.tsx
This commit is contained in:
parent
dfca6cf073
commit
dd358154b6
@ -42,15 +42,18 @@ export class LoginForm extends React.PureComponent<ILoginFormProps> {
|
|||||||
value={this.props.data.password}
|
value={this.props.data.password}
|
||||||
placeholder='Password'
|
placeholder='Password'
|
||||||
/>
|
/>
|
||||||
<input
|
|
||||||
className='button is-primary'
|
|
||||||
name='submit'
|
|
||||||
type='submit'
|
|
||||||
value='Log In'
|
|
||||||
/>
|
|
||||||
|
|
||||||
<p>
|
<div className='center'>
|
||||||
Do not have an account? <Link to='/auth/register'>Register</Link>
|
<input
|
||||||
|
className='button is-primary'
|
||||||
|
name='submit'
|
||||||
|
type='submit'
|
||||||
|
value='Log In'
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<p className='small center'>
|
||||||
|
Don't have an account? <Link to='/auth/register'>Register!</Link>
|
||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user