mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
change user do paulo.pinto
This commit is contained in:
@@ -134,7 +134,7 @@ export class AgendaPage implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
this.profile = "pr";
|
this.profile = "mdgpr";
|
||||||
//Inicializar segment
|
//Inicializar segment
|
||||||
/* localStorage.setItem('test', this.eventSelectedDate.toString()); */
|
/* localStorage.setItem('test', this.eventSelectedDate.toString()); */
|
||||||
|
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ export class EventsPage implements OnInit {
|
|||||||
//Inicializar segment
|
//Inicializar segment
|
||||||
this.segment = "Combinada";
|
this.segment = "Combinada";
|
||||||
//Initialize profile as mdgpr
|
//Initialize profile as mdgpr
|
||||||
this.profile = "pr";
|
this.profile = "mdgpr";
|
||||||
console.log(this.profile);
|
console.log(this.profile);
|
||||||
|
|
||||||
this.storageService.get(AuthConnstants.USER).then(res=>{
|
this.storageService.get(AuthConnstants.USER).then(res=>{
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ export const environment = {
|
|||||||
apiChatUrl: 'https://www.tabularium.pt/api/v1/',
|
apiChatUrl: 'https://www.tabularium.pt/api/v1/',
|
||||||
/* apiChatUrl: 'http://chat.gabinetedigital.local:3000/api/v1/', */
|
/* apiChatUrl: 'http://chat.gabinetedigital.local:3000/api/v1/', */
|
||||||
domain: 'gabinetedigital.local',
|
domain: 'gabinetedigital.local',
|
||||||
defaultuser: 'tiago.kayaya',
|
defaultuser: 'paulo.pinto',
|
||||||
defaultuserpwd: 'tabteste@006'
|
defaultuserpwd: 'tabteste@006'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user