Przeglądaj źródła

fix i am smart bug

CR003
Anna Ho 1 rok temu
rodzic
commit
f43c78838d
2 zmienionych plików z 4 dodań i 4 usunięć
  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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 }


Ładowanie…
Anuluj
Zapisz