1
0
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:
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
);
}