fix(SW-360): remove placeholder prop to fix ios select input bug
This commit is contained in:
@@ -147,7 +147,6 @@ export default function SignupForm({ link, subtitle, title }: SignUpFormProps) {
|
|||||||
</header>
|
</header>
|
||||||
<NewPassword
|
<NewPassword
|
||||||
name="password"
|
name="password"
|
||||||
placeholder="Password"
|
|
||||||
label={intl.formatMessage({ id: "Password" })}
|
label={intl.formatMessage({ id: "Password" })}
|
||||||
/>
|
/>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user