1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

rename fb to formBuilder

This commit is contained in:
Robyn MacCallum
2021-12-31 10:14:16 -05:00
parent 176c14188c
commit 5445103200

View File

@@ -28,7 +28,7 @@ export class ExportComponent extends BaseExportComponent {
private router: Router,
logService: LogService,
userVerificationService: UserVerificationService,
fb: FormBuilder
formBuilder: FormBuilder
) {
super(
cryptoService,
@@ -40,7 +40,7 @@ export class ExportComponent extends BaseExportComponent {
window,
logService,
userVerificationService,
fb
formBuilder
);
}