profile fix
This commit is contained in:
@@ -105,6 +105,22 @@ export class SessionDataProviderService {
|
||||
return this.session_contructed;
|
||||
}
|
||||
|
||||
DestroySessionOnLogout(){
|
||||
console.log('Hello DestroySessionOnLogout Provider');
|
||||
this.firstname = "";
|
||||
this.lastname = "";
|
||||
this.session = "INVALID";
|
||||
this.session_contructed= false;
|
||||
this.username="";
|
||||
this.last_login = "";
|
||||
this.member_id = -1;
|
||||
this.member_uid = "";
|
||||
this.balance = -1;
|
||||
this.ccard= 0;
|
||||
this.profile_pic="";
|
||||
this.isPedningJob = 0;
|
||||
this.isOfferJob = 0;
|
||||
}
|
||||
profilePicture(){
|
||||
var profile_p = '';
|
||||
if (this.profile_pic !=''){
|
||||
|
||||
Reference in New Issue
Block a user