1
0
mirror of https://github.com/bitwarden/web synced 2025-12-10 05:13:40 +00:00

aot compilation fixes

This commit is contained in:
Kyle Spearrin
2018-07-09 17:07:13 -04:00
parent 637120d0c5
commit a45c77bda9
4 changed files with 26 additions and 2 deletions

View File

@@ -43,4 +43,16 @@ export class PeopleComponent implements OnInit {
this.users = users;
this.loading = false;
}
edit(user: OrganizationUserUserDetailsResponse) {
//
}
invite() {
//
}
async remove(user: OrganizationUserUserDetailsResponse) {
//
}
}