Skip to content

Commit

Permalink
Fix: 토큰 적용 문제로 일단 로그인없이 영준이와 대화하는 기능을 막음
Browse files Browse the repository at this point in the history
  • Loading branch information
soulchicken committed Oct 18, 2023
1 parent 6bd5300 commit f8afd1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import PageDescribe from '@/components/common/pageText/PageDescribe';
import PageTitle from '@/components/common/pageText/PageTitle';
import PasswordInput from '@/components/common/input/PasswordInput';
import SocialLoginButtons from '@/components/account/SocialLoginButtons';
import ToForgetPassword from '@/components/account/ToForgetPassword';
// import ToForgetPassword from '@/components/account/ToForgetPassword';
import UnderLineText from '@/components/common/textUnderLineDeco/UnderLineText';
import { signIn } from 'next-auth/react';

Expand Down Expand Up @@ -51,7 +51,7 @@ const Login = () => {
<Button theme="green">
Log in
</Button>
<ToForgetPassword />
{/* <ToForgetPassword /> */}
</form>
</main>
{/* footer : 회원가입 작업 */}
Expand Down

0 comments on commit f8afd1c

Please sign in to comment.