Skip to content

Commit

Permalink
Merge branch 'feature-community' into comment/#138
Browse files Browse the repository at this point in the history
  • Loading branch information
aeuna authored Jul 21, 2022
2 parents 8d4f9c8 + 182ca8e commit e9412c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pages/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export default function login({
} as PostLoginBody;

const login = await loginUser(userLoginData);
console.log(login);
if (!login) {
setUserInfo(userLoginData);
}
Expand Down
1 change: 0 additions & 1 deletion pages/signup.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import styled from '@emotion/styled';
import Router from 'next/router';

import { useState, useEffect, useRef } from 'react';
import { useRecoilState } from 'recoil';
import { postNickname, putSignup } from '../core/api/user';
Expand Down

0 comments on commit e9412c2

Please sign in to comment.