Pequenas atualizações

This commit is contained in:
Matheus Albino Brunhara
2022-05-21 14:01:10 -05:00
parent a19ab7b85f
commit 0273c42b3b
2 changed files with 3 additions and 5 deletions

View File

@@ -10,10 +10,8 @@ export const Action = (props: ComponentProps) => (
<IonRow className="ion-text-center ion-justify-content-center">
<IonCol size="12">
<p>
{ props.message }
<IonRouterLink className="custom-link" routerLink={ props.link }> { props.text } &rarr;</IonRouterLink>
</p>
{ props.message }
<IonRouterLink className="custom-link" routerLink={ props.link }> { props.text } &rarr;</IonRouterLink>
</IonCol>
</IonRow>
);

View File

@@ -25,7 +25,7 @@ const Page: React.FC = () => {
const history = useHistory();
const [email, setEmail] = useState<string>("matheusalb3213@gmail.com");
const [password, setPassword] = useState<string>("123456");
const [password, setPassword] = useState<string>("12345678");
function validateEmail(email: string) {
const re =