Skip to content

Instantly share code, notes, and snippets.

@gabrielEloy
Created July 3, 2021 18:01
const handleLogin = () => {
Parse.User.logIn(username, password).then(user => {
router.push("/home");
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment