mirror of
https://github.com/bitwarden/browser
synced 2026-02-20 11:24:07 +00:00
Remove feature flag check from password generation (#18003)
* Remove feature flag check from password generation
This commit is contained in:
committed by
jaasen-livefront
parent
6a01fd1575
commit
70c321094e
@@ -1110,6 +1110,7 @@ export default class MainBackground {
|
||||
this.logService,
|
||||
this.platformUtilsService,
|
||||
this.configService,
|
||||
this.sdkService,
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
@@ -928,6 +928,7 @@ export class ServiceContainer {
|
||||
this.logService,
|
||||
this.platformUtilsService,
|
||||
this.configService,
|
||||
this.sdkService,
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user