mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
save
This commit is contained in:
@@ -34,11 +34,9 @@ export class AuthService {
|
||||
|
||||
constructor(
|
||||
private http: HttpClient,
|
||||
private httpService: HttpService,
|
||||
private storageService:StorageService,
|
||||
public alertController: AlertController,
|
||||
private aesencrypt: AESEncrypt,
|
||||
private cookieService: CookieService,
|
||||
private RochetChatConnectorService: RochetChatConnectorService,
|
||||
private router: Router,
|
||||
private NfService:NfService,
|
||||
@@ -96,6 +94,8 @@ export class AuthService {
|
||||
session.Profile = 'MDGPR'
|
||||
} else if(session.RoleID == 99999872) {
|
||||
session.Profile = 'Consultant'
|
||||
} else {
|
||||
session.Profile = 'Unknown'
|
||||
}
|
||||
session.Password = user.password
|
||||
|
||||
@@ -111,14 +111,6 @@ export class AuthService {
|
||||
this.initialsService.getInitials(session.FullName);
|
||||
}
|
||||
|
||||
async loginChat(responseChat?) {
|
||||
|
||||
|
||||
}
|
||||
|
||||
async autoLoginChat(expirationDate:number) {
|
||||
}
|
||||
|
||||
loginToChatWs() {
|
||||
setTimeout(() => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user