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