Skip to content

Commit

Permalink
feat: 회원가입 응답 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
jiohjung98 committed Oct 12, 2024
1 parent 1203a30 commit 0325ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/signup/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const SignupPage: React.FC = () => {

const response = await finalSignup(formData, authHeaders);

console.log(response.status);
console.log(response);

if (response?.status === 200) {
router.push('/');
Expand Down

0 comments on commit 0325ec8

Please sign in to comment.