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 136a08f commit af8bb81Copy full SHA for af8bb81
frontend/src/contexts/AuthContext.tsx
@@ -5,7 +5,7 @@ import { userClient } from "../utils/api";
5
import { useNavigate } from "react-router-dom";
6
import { toast } from "react-toastify";
7
import Loader from "../components/Loader";
8
-import { SUCCESS_LOG_OUT, SUCCESSFUL_SIGNUP } from "../utils/constants";
+import { SUCCESS_LOG_OUT } from "../utils/constants";
9
10
type User = {
11
id: string;
0 commit comments