Skip to content

Commit

Permalink
feat(update-profile): update placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujit committed Sep 25, 2024
1 parent 3b3f5a6 commit 07cb1eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ export default function PasswordSection({ formProps }: { formProps: any }) {
<Input
type="password"
className="naxatw-mt-1"
placeholder="Enter Password Again"
placeholder="Enter confirm Password"
{...register('confirm_password', {
required: 'Type password Again',
required: 'Confirm Password is Required',
})}
/>
<ErrorMessage message={formState.errors?.confirm_password?.message} />
Expand Down

0 comments on commit 07cb1eb

Please sign in to comment.