Skip to content

Conversation

@chaewonkong
Copy link
Collaborator

password의 끝에 공백문자(" ")가 포함될 경우 500 에러가 발생하는 버그를 해결합니다.

trim() 메서드를 이용.

"123 ".trim() === "123"
" 123 ".trim() === "123"

@vercel vercel bot temporarily deployed to Preview September 28, 2020 02:01 Inactive
@vercel
Copy link

vercel bot commented Sep 28, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/dong149/rolling-paper-client/o94mr6kvl
✅ Preview: https://rolling-paper-client-git-fork-oensoners-hotfix-uri-encoding.dong149.vercel.app

@chaewonkong chaewonkong requested a review from dong149 September 28, 2020 02:02
@chaewonkong chaewonkong self-assigned this Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant