Skip to content

Commit

Permalink
add: bg fixes + add show/hide btn for password
Browse files Browse the repository at this point in the history
  • Loading branch information
domysh committed Sep 13, 2024
1 parent cc89ca3 commit 29f5912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react/pages/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const LoginPage = () => {
</p>
<p className="text-2xl md:text-3xl font-semibold">{t("info.locationName")}</p>
<div className="flex flex-col mt-10 w-full">
<Input placeholder="Email" type="email" {...form.getInputProps("email")} />
<Input placeholder="Email" type="text" {...form.getInputProps("email")} />

<Input placeholder="Password" type={showPassword?"text":"password"} className="mt-3" {...form.getInputProps("password")} />
<div className="flex w-full justify-end mt-2">
Expand Down

0 comments on commit 29f5912

Please sign in to comment.