Skip to content

Commit

Permalink
Merge pull request #1266 from Muneerat/fix/signup-placeholder
Browse files Browse the repository at this point in the history
fix:signup placeholder for password
  • Loading branch information
incredible-phoenix246 authored Aug 24, 2024
2 parents a3f9fa9 + 424f5b4 commit 8312d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(auth-routes)/register/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ const Register = () => {
<Input
disabled={isLoading}
type={showPassword ? "text" : "password"}
placeholder={`${t("paswwordPlaceholder")}`}
placeholder={`${t("passwordPlaceholder")}`}
{...field}
className={cn(
"font-inter w-full rounded-md border px-3 py-6 text-sm font-normal leading-[21.78px] transition duration-150 ease-in-out focus:outline-none",
Expand Down

0 comments on commit 8312d94

Please sign in to comment.