Skip to content

Commit

Permalink
fix user login in uppercase (#413)
Browse files Browse the repository at this point in the history
Co-authored-by: Semyon Okulov <[email protected]>
  • Loading branch information
Zamelane and scffs authored Nov 2, 2024
1 parent 5a987a4 commit daae0c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/routes/auth/login/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const postAuth = async ({

const userData = await saveUserData(
parsedRes,
login,
login.toLowerCase(),
password,
setCookieHeader
)
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit daae0c6

Please sign in to comment.