more
This commit is contained in:
@@ -5,7 +5,7 @@ import Row from "react-bootstrap/Row";
|
|||||||
import Button from "../../pageElements/Button";
|
import Button from "../../pageElements/Button";
|
||||||
import { db, auth } from "../../firebase";
|
import { db, auth } from "../../firebase";
|
||||||
import { createUserWithEmailAndPassword } from "firebase/auth";
|
import { createUserWithEmailAndPassword } from "firebase/auth";
|
||||||
import { Link, useNavigate } from "react-router-dom";
|
import { useNavigate } from "react-router-dom";
|
||||||
import Toggle from "../../pageElements/Toggle";
|
import Toggle from "../../pageElements/Toggle";
|
||||||
import TextInput from "../../pageElements/TextInput";
|
import TextInput from "../../pageElements/TextInput";
|
||||||
import { v4 as uuidv4 } from "uuid";
|
import { v4 as uuidv4 } from "uuid";
|
||||||
@@ -437,26 +437,3 @@ const SignupPage = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export default SignupPage;
|
export default SignupPage;
|
||||||
|
|
||||||
/*
|
|
||||||
|
|
||||||
<div className="select-sub-right">
|
|
||||||
<div className="select-plan-summary-box ">
|
|
||||||
<div>Order summary</div>
|
|
||||||
<div>{`{subVar} subscription type`}</div>
|
|
||||||
<div>{`{subVar} subscription mini description`}</div>
|
|
||||||
<div>{`Total billed today: {subVar} `}</div>
|
|
||||||
<div>Plus aplicable sales tax -toooltip</div>
|
|
||||||
</div>
|
|
||||||
<div className="selectplan-payment-button-wrapper">
|
|
||||||
<Button
|
|
||||||
className="primary-button signup-proceed"
|
|
||||||
type="button"
|
|
||||||
size="lg"
|
|
||||||
onClick={handleProceedToPayment}
|
|
||||||
disabled={isBusy}
|
|
||||||
labelText="Proceed to Payment"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
*/
|
|
||||||
|
|||||||
Reference in New Issue
Block a user