CEC-3243 email address warning (#242)
This commit is contained in:
@@ -20,6 +20,11 @@ exports[`Sign In Form Should render 1`] = `
|
||||
class="MuiTouchRipple-root"
|
||||
/>
|
||||
</a>
|
||||
<p>
|
||||
<strong>
|
||||
Note: Your email address will be used as the user id
|
||||
</strong>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import React, { useEffect } from "react";
|
||||
import { Button } from "@material-ui/core";
|
||||
import clsx from "clsx";
|
||||
import React, { useEffect } from "react";
|
||||
|
||||
import { useUserContext } from "../Contexts/UserContext";
|
||||
import useStyles from "../useStyles";
|
||||
@@ -34,6 +34,7 @@ export default function SignInForm() {
|
||||
>
|
||||
{fetching ? "Please wait..." : "Sign In"}
|
||||
</Button>
|
||||
<p><strong>Note: Your email address will be used as the user id</strong></p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user