1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
); );
} }