-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat-fe: 로그아웃 #574
feat-fe: 로그아웃 #574
Conversation
1724213481.171929 |
1724213482.173579 |
1724216463.018399 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
로그아웃 잘 확인했습니다~
@@ -10,7 +13,7 @@ const authHandlers = [ | |||
http.post(`${AUTH}/login`, async ({ request }) => { | |||
const body = (await request.json()) as LoginFormData; | |||
|
|||
if (!body.email || !body.password || body.email !== 'admin@gmail.com' || body.password !== 'admin') { | |||
if (!body.email || !body.password || body.email !== 'member@mail.com' || body.password !== 'qwer1234') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
마음에 안드셨군요 🥲
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
백엔드랑 통일시키려고 변경했어요..ㅎㅎ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
코드 모두 체크했습니다. 감사합니다!
@@ -10,7 +13,7 @@ const authHandlers = [ | |||
http.post(`${AUTH}/login`, async ({ request }) => { | |||
const body = (await request.json()) as LoginFormData; | |||
|
|||
if (!body.email || !body.password || body.email !== 'admin@gmail.com' || body.password !== 'admin') { | |||
if (!body.email || !body.password || body.email !== 'member@mail.com' || body.password !== 'qwer1234') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😆
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Kim Da Eun <[email protected]> Co-authored-by: Jeongwoo Park <[email protected]>
목적
작업 세부사항
참고사항
LOG_OUT_01
closes #573