Skip to content

Commit

Permalink
#29 fix: 로그인 console.log 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
leejin-rho committed Jul 2, 2024
1 parent 09dab86 commit d2fc3b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ const Login: NextPage = () => {
mutationKey: ["SignIn"],
mutationFn: SignIn,
onSuccess: async (data) => {
console.log(data);
const accessToken = data.result.accessToken;
const refreshToken = data.result.refreshToken;
const isAdmin = data.result.isAdmin;
Expand Down

0 comments on commit d2fc3b2

Please sign in to comment.