Pequenas atualizações
This commit is contained in:
@@ -10,10 +10,8 @@ export const Action = (props: ComponentProps) => (
|
|||||||
|
|
||||||
<IonRow className="ion-text-center ion-justify-content-center">
|
<IonRow className="ion-text-center ion-justify-content-center">
|
||||||
<IonCol size="12">
|
<IonCol size="12">
|
||||||
<p>
|
|
||||||
{ props.message }
|
{ props.message }
|
||||||
<IonRouterLink className="custom-link" routerLink={ props.link }> { props.text } →</IonRouterLink>
|
<IonRouterLink className="custom-link" routerLink={ props.link }> { props.text } →</IonRouterLink>
|
||||||
</p>
|
|
||||||
</IonCol>
|
</IonCol>
|
||||||
</IonRow>
|
</IonRow>
|
||||||
);
|
);
|
||||||
@@ -25,7 +25,7 @@ const Page: React.FC = () => {
|
|||||||
|
|
||||||
const history = useHistory();
|
const history = useHistory();
|
||||||
const [email, setEmail] = useState<string>("matheusalb3213@gmail.com");
|
const [email, setEmail] = useState<string>("matheusalb3213@gmail.com");
|
||||||
const [password, setPassword] = useState<string>("123456");
|
const [password, setPassword] = useState<string>("12345678");
|
||||||
|
|
||||||
function validateEmail(email: string) {
|
function validateEmail(email: string) {
|
||||||
const re =
|
const re =
|
||||||
|
|||||||
Reference in New Issue
Block a user