1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

rename fb to formBuilder (#1214)

This commit is contained in:
Robyn MacCallum
2021-12-31 10:52:28 -05:00
committed by GitHub
parent ed78a79042
commit ef5e8e1e2a

View File

@@ -30,7 +30,7 @@ export class ExportComponent extends BaseExportComponent implements OnInit {
eventService: EventService, eventService: EventService,
policyService: PolicyService, policyService: PolicyService,
userVerificationService: UserVerificationService, userVerificationService: UserVerificationService,
fb: FormBuilder, formBuilder: FormBuilder,
private broadcasterService: BroadcasterService, private broadcasterService: BroadcasterService,
logService: LogService logService: LogService
) { ) {
@@ -44,7 +44,7 @@ export class ExportComponent extends BaseExportComponent implements OnInit {
window, window,
logService, logService,
userVerificationService, userVerificationService,
fb formBuilder
); );
} }