mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-19 11:15:21 +01:00
rename fb to formBuilder
This commit is contained in:
parent
176c14188c
commit
5445103200
@ -28,7 +28,7 @@ export class ExportComponent extends BaseExportComponent {
|
|||||||
private router: Router,
|
private router: Router,
|
||||||
logService: LogService,
|
logService: LogService,
|
||||||
userVerificationService: UserVerificationService,
|
userVerificationService: UserVerificationService,
|
||||||
fb: FormBuilder
|
formBuilder: FormBuilder
|
||||||
) {
|
) {
|
||||||
super(
|
super(
|
||||||
cryptoService,
|
cryptoService,
|
||||||
@ -40,7 +40,7 @@ export class ExportComponent extends BaseExportComponent {
|
|||||||
window,
|
window,
|
||||||
logService,
|
logService,
|
||||||
userVerificationService,
|
userVerificationService,
|
||||||
fb
|
formBuilder
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user