mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +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