Disabled capacitor and add camera integration

This commit is contained in:
Tiago Kayaya
2020-12-11 18:00:38 +01:00
parent 5496953f63
commit d4d08c6039
111 changed files with 182 additions and 2338 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(); */
}
}