mirror of
https://github.com/bitwarden/web
synced 2025-12-10 21:33:16 +00:00
Forwarded email providers to username generator (#1628)
* forwarded emails * firefox relay * remove firefox relay * update jslib ref * remove dupe logService
This commit is contained in:
@@ -26,8 +26,8 @@ export class GeneratorComponent extends BaseGeneratorComponent {
|
||||
stateService: StateService,
|
||||
platformUtilsService: PlatformUtilsService,
|
||||
i18nService: I18nService,
|
||||
route: ActivatedRoute,
|
||||
logService: LogService,
|
||||
route: ActivatedRoute,
|
||||
private modalService: ModalService
|
||||
) {
|
||||
super(
|
||||
@@ -40,6 +40,11 @@ export class GeneratorComponent extends BaseGeneratorComponent {
|
||||
route,
|
||||
window
|
||||
);
|
||||
// Cannot use Firefox Relay on the web vault yet due to CORS issues with Firefox Relay API
|
||||
this.forwardOptions.splice(
|
||||
this.forwardOptions.findIndex((o) => o.value === "firefoxrelay"),
|
||||
1
|
||||
);
|
||||
}
|
||||
|
||||
async history() {
|
||||
|
||||
Reference in New Issue
Block a user