mirror of
https://github.com/bitwarden/web
synced 2025-12-10 05:13:40 +00:00
aot compilation fixes
This commit is contained in:
@@ -43,4 +43,16 @@ export class PeopleComponent implements OnInit {
|
||||
this.users = users;
|
||||
this.loading = false;
|
||||
}
|
||||
|
||||
edit(user: OrganizationUserUserDetailsResponse) {
|
||||
//
|
||||
}
|
||||
|
||||
invite() {
|
||||
//
|
||||
}
|
||||
|
||||
async remove(user: OrganizationUserUserDetailsResponse) {
|
||||
//
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user