We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045b63b commit 6b1972fCopy full SHA for 6b1972f
components/profile/LoginForm.tsx
@@ -4,7 +4,6 @@ import { mutate } from "swr";
4
5
import ListErrors from "../common/ListErrors";
6
import UserAPI from "../../lib/api/user";
7
-import Authenticate from "./Authenticate";
8
9
const LoginForm = () => {
10
const [isLoading, setLoading] = React.useState(false);
0 commit comments