에러 수정

This commit is contained in:
kjs
2025-09-29 10:23:21 +09:00
parent e0777d0fc3
commit cedb5e3ec3
3 changed files with 472 additions and 3 deletions

View File

@@ -217,7 +217,7 @@ export class AuthService {
authName: authNames || undefined,
companyCode: userInfo.company_code || "ILSHIN",
photo: userInfo.photo
? `data:image/jpeg;base64,${userInfo.photo.toString("base64")}`
? `data:image/jpeg;base64,${Buffer.from(userInfo.photo).toString("base64")}`
: undefined,
locale: userInfo.locale || "KR",
};