1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-01 04:37:40 +02:00

Apply suggestions from code review

Co-authored-by: Rui Tomé <108268980+r-tome@users.noreply.github.com>
This commit is contained in:
Kyle Spearrin 2024-04-09 12:01:19 -04:00 committed by GitHub
parent f353ba2f5c
commit e16fb585fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,6 @@ import { PlatformUtilsService } from "@bitwarden/common/platform/abstractions/pl
selector: "app-verify-recover-delete-org",
templateUrl: "verify-recover-delete-org.component.html",
})
// eslint-disable-next-line rxjs-angular/prefer-takeuntil
export class VerifyRecoverDeleteOrgComponent implements OnInit {
name: string;
formPromise: Promise<any>;