Add WIP callout to Create Account form

This commit is contained in:
Emi Matchu 2022-08-26 16:21:11 -07:00
parent 5d8b62d499
commit a663ee79df

View file

@ -20,6 +20,7 @@ import {
} from "@chakra-ui/react";
import React from "react";
import { ErrorMessage, getGraphQLErrorMessage } from "../util";
import WIPCallout from "./WIPCallout";
export default function LoginModal({ isOpen, onClose }) {
return (
@ -165,6 +166,9 @@ function CreateAccountForm() {
return (
<form onSubmit={onSubmit}>
<Box display="flex" justifyContent="center" marginBottom="3">
<WIPCallout>TODO: This form isn't wired up yet!</WIPCallout>
</Box>
<FormControl>
<FormLabel>DTI Username</FormLabel>
<Input type="text" />