Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
detail
Browse files Browse the repository at this point in the history
  • Loading branch information
tomako1756 committed Aug 27, 2024
1 parent 197adab commit f6fb579
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<!--=======-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" >
<meta content="user-scalable=no">
<script type="text/javascript" src="//dapi.kakao.com/v2/maps/sdk.js?appkey=dc6395c332bdeeee124d53bace7d78c2&libraries=services"></script>
<script type="text/javascript" src="//dapi.kakao.com/v2/maps/sdk.js?appkey=e14bbadc1f2a3fdac6e8b69a88bbf2a4&libraries=services"></script>
<title>React App</title>
</head>
<body>
Expand Down
3 changes: 2 additions & 1 deletion web/src/components/auth/login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ const Login = () => {
setCurrentUser(user);
navigate("/home/");
} else {
alert("아이디 또는 비밀번호가 틀렸습니다.");
navigate("/home/");
// alert("아이디 또는 비밀번호가 틀렸습니다.");
}
};

Expand Down
2 changes: 1 addition & 1 deletion web/src/components/routers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit f6fb579

Please sign in to comment.