change user do paulo.pinto

This commit is contained in:
tiago.kayaya
2021-02-11 15:23:03 +01:00
parent c561e91b15
commit 3c138e81c7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ export class AgendaPage implements OnInit {
}
ngOnInit() {
this.profile = "pr";
this.profile = "mdgpr";
//Inicializar segment
/* localStorage.setItem('test', this.eventSelectedDate.toString()); */
+1 -1
View File
@@ -84,7 +84,7 @@ export class EventsPage implements OnInit {
//Inicializar segment
this.segment = "Combinada";
//Initialize profile as mdgpr
this.profile = "pr";
this.profile = "mdgpr";
console.log(this.profile);
this.storageService.get(AuthConnstants.USER).then(res=>{