1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00:00

[PM-12426] Autofill Inline Menu Settings Not Properly Referenced in Self-Hosted Environments (#11246)

This commit is contained in:
Cesar Gonzalez
2024-09-27 18:13:53 -05:00
committed by GitHub
parent 08e9a69083
commit 09e3468c69

View File

@@ -237,7 +237,9 @@ export default class AutofillService implements AutofillServiceInterface {
FeatureFlag.InlineMenuPositioningImprovements,
);
if (!inlineMenuPositioningImprovements) {
return "bootstrap-legacy-autofill-overlay.js";
return !inlineMenuVisibility
? "bootstrap-autofill.js"
: "bootstrap-legacy-autofill-overlay.js";
}
const enableChangedPasswordPrompt = await firstValueFrom(