소스 검색

fix i am smart bug

CR003
Anna Ho 1 년 전
부모
커밋
f43c78838d
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +2
    -2
      src/pages/iAmSmart/AuthCallback/index.js
  2. +2
    -2
      src/pages/iAmSmart/DirectLoginCallback/index.js

+ 2
- 2
src/pages/iAmSmart/AuthCallback/index.js 파일 보기

@@ -45,8 +45,8 @@ const Index = () => {
role: responseData.role,
abilities: responseData.abilities,
creditor: responseData.creditor,
passwordExpiryDate: response.data.passwordExpiryDate,
orgPaymentRecord: response.data.orgPaymentRecord,
passwordExpiryDate: responseData.passwordExpiryDate,
orgPaymentRecord: responseData.orgPaymentRecord,
//locale: responseData.preferLocale,
//avatar: require('src/assets/images/users/avatar-3.png').default,
}


+ 2
- 2
src/pages/iAmSmart/DirectLoginCallback/index.js 파일 보기

@@ -45,8 +45,8 @@ const Index = () => {
role: responseData.role,
abilities: responseData.abilities,
creditor: responseData.creditor,
passwordExpiryDate: response.data.passwordExpiryDate,
orgPaymentRecord: response.data.orgPaymentRecord,
passwordExpiryDate: responseData.passwordExpiryDate,
orgPaymentRecord: responseData.orgPaymentRecord,
//avatar: require('src/assets/images/users/avatar-3.png').default,
}
const data = { ...userData, accessToken: responseData.accessToken, refreshToken: responseData.refreshToken }


불러오는 중...
취소
저장