mirror of
https://github.com/bitwarden/jslib
synced 2025-12-28 22:23:14 +00:00
More boilerplating
This commit is contained in:
@@ -152,6 +152,10 @@ export class AddEditComponent implements OnInit {
|
||||
await this.init();
|
||||
}
|
||||
|
||||
get customType() {
|
||||
return this.cipher.type > CipherType.Identity;
|
||||
}
|
||||
|
||||
async init() {
|
||||
if (this.ownershipOptions.length) {
|
||||
this.ownershipOptions = [];
|
||||
|
||||
Reference in New Issue
Block a user