improvements

This commit is contained in:
tiago.kayaya
2021-01-13 10:02:30 +01:00
parent 6596941cdd
commit 586651e95e
18 changed files with 591 additions and 205 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ export class UserDataResolver{
constructor(private authService: AuthService){}
resolve(){
/* return this.authService.getUserData(); */
return this.authService.getUserData();
}
}