refactor
This commit is contained in:
@@ -180,7 +180,7 @@ const SignupPage = () => {
|
||||
</div>
|
||||
<Form className="signup-form">
|
||||
{isMobile ? <MobileForm /> : <DesktopForm />}
|
||||
<Row className="signup-passw-inputs">
|
||||
<Row>
|
||||
<Col className="mb-3">
|
||||
<TextInput
|
||||
id="signupPassword"
|
||||
@@ -198,7 +198,7 @@ const SignupPage = () => {
|
||||
/>
|
||||
</Col>
|
||||
</Row>
|
||||
<Row className="signup-passw-inputs">
|
||||
<Row>
|
||||
<Col className="mb-3">
|
||||
<TextInput
|
||||
id="confirmPassword"
|
||||
|
||||
Reference in New Issue
Block a user