Skip to content

Commit

Permalink
test vercel preview pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoolarte committed Aug 25, 2023
1 parent c7fcd19 commit 9f84d3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/Login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ export function Login() {
if (name == "email") {
setEmail(value);
}
if (name == "password") setPassword(value);
if (name == "password") {
setPassword(value);
}
}

function handleInputFocus(e: FocusEvent<HTMLInputElement>) {
Expand Down

1 comment on commit 9f84d3b

@vercel
Copy link

@vercel vercel bot commented on 9f84d3b Aug 25, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

miconomy – ./

miconomy-git-main-mateoolarte.vercel.app
miconomy.vercel.app
miconomy-mateoolarte.vercel.app

Please sign in to comment.