diff --git a/src/app/components/LoginModal.js b/src/app/components/LoginModal.js index c8d3cf2..b557676 100644 --- a/src/app/components/LoginModal.js +++ b/src/app/components/LoginModal.js @@ -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 (
+ + TODO: This form isn't wired up yet! + DTI Username