Open wiseguy77 opened 1 year ago
controllers/auth.ts:26:35 - error TS7006: Parameter 'authError' implicitly has an 'any' type. 26 passport.authenticate("local", (authError, user, info) => {
controllers/auth.ts:26:46 - error TS7006: Parameter 'user' implicitly has an 'any' type. 26 passport.authenticate("local", (authError, user, info) => {
controllers/auth.ts:26:52 - error TS7006: Parameter 'info' implicitly has an 'any' type. 26 passport.authenticate("local", (authError, user, info) => {
801쪽에 @types/passport@1.0.11 설치하라고 추가하기
감사합니다
controllers/auth.ts:26:35 - error TS7006: Parameter 'authError' implicitly has an 'any' type. 26 passport.authenticate("local", (authError, user, info) => {
controllers/auth.ts:26:52 - error TS7006: Parameter 'info' implicitly has an 'any' type. 26 passport.authenticate("local", (authError, user, info) => {