Implement new login done.

This commit is contained in:
tiago.kayaya
2021-01-19 10:44:55 +01:00
parent 08ec18a4d4
commit b90247b566
3 changed files with 28 additions and 1 deletions
+5
View File
@@ -99,6 +99,11 @@ export class EventsPage implements OnInit {
} */
this.storageService.get(AuthConnstants.USER).then(res=>{
console.log(res);
});
this.showGreeting();
this.router.events.forEach((event) => {