@ -46,7 +46,7 @@ passwordType2: string = 'password';
checkIfFirstTimeChangePasswordOrNot(){
let currentUser: any = JSON.parse(this.storageService.getItem('user')!)
if(currentUser.user.isFirstLogin){
if(currentUser?.user?.isFirstLogin){
this.isFirstLogin = true;
}
else{