Skip to content

Commit

Permalink
chore: ignore warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanjoshi914 committed Feb 1, 2024
1 parent f08d7f8 commit 864714c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/PasswordForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export default function PasswordForm<
<TextField
autoFocus={autoFocus}
id="password"
// @ts-ignore/currently ignore
label={t("choose_password.label")}
type={passwordViewVisible ? "text" : "password"}
required
Expand Down

0 comments on commit 864714c

Please sign in to comment.