diff --git a/src/components/Login/LoginComponent.tsx b/src/components/Login/LoginComponent.tsx
index 1910c4146..04fd93ed5 100644
--- a/src/components/Login/LoginComponent.tsx
+++ b/src/components/Login/LoginComponent.tsx
@@ -17,13 +17,9 @@ export default function LoginComponent() {
-
Don't have an account?{' '}
@@ -35,6 +31,18 @@ export default function LoginComponent() {
);
}
+export const Divider: FunctionComponent<{ className?: string }> = ({
+ className,
+}) => {
+ return (
+
+ );
+};
+
export const GithubLoginButton: FunctionComponent<{ className?: string }> = ({
className,
}) => {
@@ -69,7 +77,7 @@ export const GoogleLoginButton: FunctionComponent<{ className?: string }> = ({
);
};
-export const EmailLoginButton: FunctionComponent<{}> = () => {
+export const EmailLoginForm: FunctionComponent<{}> = () => {
return (
-