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,
|
||||
logService: LogService,
|
||||
userVerificationService: UserVerificationService,
|
||||
fb: FormBuilder
|
||||
formBuilder: FormBuilder
|
||||
) {
|
||||
super(
|
||||
cryptoService,
|
||||
@ -40,7 +40,7 @@ export class ExportComponent extends BaseExportComponent {
|
||||
window,
|
||||
logService,
|
||||
userVerificationService,
|
||||
fb
|
||||
formBuilder
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user