mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
rename fb to formBuilder (#1214)
This commit is contained in:
parent
ed78a79042
commit
ef5e8e1e2a
@ -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
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user