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