mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
[PM-12426] Autofill Inline Menu Settings Not Properly Referenced in Self-Hosted Environments (#11246)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user