Skip to content

Commit

Permalink
chore : cd 테스트 pr
Browse files Browse the repository at this point in the history
  • Loading branch information
yeongipark committed Aug 6, 2024
1 parent ae2206a commit 41c0901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { useUserInfo } from "../store/useUserInfo";
import AlarmDialog from "../styles/AlarmDialog";

function Login() {
const [email, setEmail] = useState("[email protected]");
const [password, setPassword] = useState("password123");
const [email, setEmail] = useState("");
const [password, setPassword] = useState("");

//유저정보를 로컬에 담아 사용하기 위해 Zustand에 유저정보를 저장
const setUser = useUserInfo((state) => state.setUser);
Expand Down

0 comments on commit 41c0901

Please sign in to comment.