Skip to content

Commit

Permalink
EPMRPP-79773 || the field has unnecessary placeholder and does not ha…
Browse files Browse the repository at this point in the history
…ve asterisk (#3704)
  • Loading branch information
BlazarQSO authored Dec 22, 2023
1 parent 79b36ce commit 6e903c2
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,10 @@ export class EmailFormFields extends Component {
label={formatMessage(messages.passwordLabel)}
disabled={disabled}
className={cx('fields')}
isRequired
>
<FieldErrorHint provideHint={false}>
<FieldText
defaultWidth={false}
type="password"
placeholder={formatMessage(messages.passwordLabel)}
/>
<FieldText defaultWidth={false} type="password" />
</FieldErrorHint>
</FieldElement>
)}
Expand Down

0 comments on commit 6e903c2

Please sign in to comment.