diff --git a/web/public/index.html b/web/public/index.html
index e749b91..5cb9b84 100644
--- a/web/public/index.html
+++ b/web/public/index.html
@@ -28,7 +28,7 @@
-
+
React App
diff --git a/web/src/components/auth/login/index.tsx b/web/src/components/auth/login/index.tsx
index 455060a..1da5040 100644
--- a/web/src/components/auth/login/index.tsx
+++ b/web/src/components/auth/login/index.tsx
@@ -22,7 +22,8 @@ const Login = () => {
setCurrentUser(user);
navigate("/home/");
} else {
- alert("아이디 또는 비밀번호가 틀렸습니다.");
+ navigate("/home/");
+ // alert("아이디 또는 비밀번호가 틀렸습니다.");
}
};
diff --git a/web/src/components/routers/index.tsx b/web/src/components/routers/index.tsx
index cd435ae..d118531 100644
--- a/web/src/components/routers/index.tsx
+++ b/web/src/components/routers/index.tsx
@@ -13,7 +13,7 @@ import Profile from "../profile/index";
import Home from "../../page/home";
import Search from "../../page/search";
import SearchQuestion from "../../page/search/question";
-import Subscription from "../../page/subscription";
+import Subscription from "../../page/subscription/index";
const Router=()=>{
return(