Open tjdgns5272 opened 3 years ago
์ผ๋ฐ ํ์(์ด๋ฉ์ผ ํ์ ๊ฐ์ ) ๋ก๊ทธ์ธ์ ๋น๋ฐ๋ฒํธ๋ฅผ ํ์ธํ์ง ์๊ณ , ์์ด๋๋ง ๋น๊ตํด์ ๋ก๊ทธ์ธ ์น์ธํ์
Pull Request ๐๐ป PR1 , PR2
const { email, password } = checkSignInDto; const user = await this.usersRepository.findOne({ email }); const oldUser = await this.usersRepository.findOne({ email, password }); const checkPassword = await bcrypt.compare(password, user.password); if (checkPassword || oldUser) { // ๋ก๊ทธ์ธ ์ฒ๋ฆฌ }
์ด๋ค ์๋ฌ์ธ๊ฐ์?
์ผ๋ฐ ํ์(์ด๋ฉ์ผ ํ์ ๊ฐ์ ) ๋ก๊ทธ์ธ์ ๋น๋ฐ๋ฒํธ๋ฅผ ํ์ธํ์ง ์๊ณ , ์์ด๋๋ง ๋น๊ตํด์ ๋ก๊ทธ์ธ ์น์ธํ์
Pull Request ๐๐ป PR1 , PR2
์๋ฌ ํธ๋ค๋ง ๋ฐฉ๋ฒ