|
|
|
|
@ -380,6 +380,7 @@ export class ConfirmLoginComponent implements OnInit {
|
|
|
|
|
this.authService.checkSMS(request, () => { }, this.ts.trPK('general', 'ok'))
|
|
|
|
|
.subscribe((result: SMSCheckResponse) => {
|
|
|
|
|
if (this.cs.validResponse(result)) {
|
|
|
|
|
this.cs.sharedService.setSharedData(result.MemberLoginList.P_ORACLE_USER_NAME, 'oracle-user-name');
|
|
|
|
|
this.businessInfo = {
|
|
|
|
|
show_business: result.BusinessCardPrivilege,
|
|
|
|
|
name_en: result.MemberInformationList[0].EMPLOYEE_NAME_En,
|
|
|
|
|
|