|
|
|
@ -56,7 +56,10 @@ export class SmsPageComponent implements OnInit {
|
|
|
|
this.loginData= this.sharedData.getSharedData(AuthenticationService.LOGIN_DATA, false);
|
|
|
|
this.loginData= this.sharedData.getSharedData(AuthenticationService.LOGIN_DATA, false);
|
|
|
|
console.log("loginData : "+ this.loginData);
|
|
|
|
console.log("loginData : "+ this.loginData);
|
|
|
|
this.deviceToken= this.common.sharedService.getSharedData(AuthenticationService.DEVICE_TOKEN, false);
|
|
|
|
this.deviceToken= this.common.sharedService.getSharedData(AuthenticationService.DEVICE_TOKEN, false);
|
|
|
|
|
|
|
|
if(this.deviceToken == undefined){
|
|
|
|
|
|
|
|
this.deviceToken = localStorage.getItem("deviceToken");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
console.log("deviceToken :"+this.deviceToken);
|
|
|
|
console.log("deviceToken :"+this.deviceToken);
|
|
|
|
this.loginTypeData= this.common.sharedService.getSharedData(SMSCheckRequest.SHARED_DATA, false);
|
|
|
|
this.loginTypeData= this.common.sharedService.getSharedData(SMSCheckRequest.SHARED_DATA, false);
|
|
|
|
console.log("loginType :"+this.loginTypeData.loginType);
|
|
|
|
console.log("loginType :"+this.loginTypeData.loginType);
|
|
|
|
|