parent
41493c3534
commit
d08e7826b9
@ -1,6 +1,6 @@
|
|||||||
import React, { useState } from 'react';
|
import React, { useState } from 'react';
|
||||||
import {
|
import {
|
||||||
Message, Modal, Grid, Form, Input, Button, Select
|
Modal, Grid, Form, Input, Button, Select
|
||||||
} from 'semantic-ui-react';
|
} from 'semantic-ui-react';
|
||||||
import { useDispatch, useSelector } from 'react-redux';
|
import { useDispatch, useSelector } from 'react-redux';
|
||||||
import { Link, useNavigate, useLocation } from 'react-router-dom';
|
import { Link, useNavigate, useLocation } from 'react-router-dom';
|
||||||
@ -101,12 +101,6 @@ function Login({ open, authType, onClose }) {
|
|||||||
</p>
|
</p>
|
||||||
</Grid.Column>
|
</Grid.Column>
|
||||||
<Grid.Column computer={8}>
|
<Grid.Column computer={8}>
|
||||||
<Message>
|
|
||||||
<strong>
|
|
||||||
<span role="img" aria-label="wip">🚧</span> We're always building!
|
|
||||||
</strong> Sign-up to see what it's about, and we'd love to hear your feedback and work with you as we grow.
|
|
||||||
</Message>
|
|
||||||
|
|
||||||
{error && (<div className="ui warning message">{error.message}</div>)}
|
{error && (<div className="ui warning message">{error.message}</div>)}
|
||||||
<Form onSubmit={register}>
|
<Form onSubmit={register}>
|
||||||
<Form.Field>
|
<Form.Field>
|
||||||
|
Loading…
Reference in New Issue
Block a user