🔧 AuthService db 파라미터 추가
Some checks failed
SonarQube Analysis / SonarQube Scan (push) Has been cancelled

- AuthService() → AuthService(db)
- 회원가입 기능 정상 작동
This commit is contained in:
Hyungi Ahn
2025-10-14 07:33:20 +09:00
parent e50f0887ad
commit fb46902b85

View File

@@ -66,7 +66,7 @@ async def signup_request(
)
# 비밀번호 해싱
auth_service = AuthService()
auth_service = AuthService(db)
hashed_password = auth_service.hash_password(signup_data.password)
# 승인 대기 상태로 사용자 생성