Skip to content

first commit #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

first commit #9

wants to merge 14 commits into from

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
2 participants