Skip to content

Commit

Permalink
fix: 주석제거
Browse files Browse the repository at this point in the history
  • Loading branch information
deipanema committed Oct 30, 2024
1 parent f7ecbd9 commit 2ecd75b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/(auth)/components/LoginForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ import LoadingSpinner from "@/components/LoadingSpinner";

type FormData = z.infer<typeof schema>;

//TODO: 회원가입 시 로그인으로 바로 보내기
//TODO: 회원가입 버튼 클릭 시 폭죽 날리기

export default function LoginForm() {
const router = useRouter();
const [loginError, setLoginError] = useState<string | null>(null);
Expand Down

0 comments on commit 2ecd75b

Please sign in to comment.