Skip to content

Conversation

@isavalenzuela
Copy link
Collaborator

wip

@isavalenzuela isavalenzuela self-assigned this Oct 24, 2022
@isavalenzuela isavalenzuela linked an issue Oct 24, 2022 that may be closed by this pull request
@josseed
Copy link
Contributor

josseed commented Oct 24, 2022

mover componente login a una carpeta de componentes @isavalenzuela

move login to components folder
@isavalenzuela
Copy link
Collaborator Author

mover componente login a una carpeta de componentes @isavalenzuela

refactorizado

const handleSubmit = async (e) => {
// avoid reloading the page
e.preventDefault();
console.log(user, pwd);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@isavalenzuela hay que borrar los console.log()

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

borrado

@josseed
Copy link
Contributor

josseed commented Oct 28, 2022

@T0ny-dev @sefhirothxd revisar this code

const [successMsg, setSuccess] = useState(false);

// focus on input
// useEffect(() => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@isavalenzuela eliminar comments

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eliminados

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

crear login

3 participants