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:
@@ -237,7 +237,9 @@ export default class AutofillService implements AutofillServiceInterface {
|
|||||||
FeatureFlag.InlineMenuPositioningImprovements,
|
FeatureFlag.InlineMenuPositioningImprovements,
|
||||||
);
|
);
|
||||||
if (!inlineMenuPositioningImprovements) {
|
if (!inlineMenuPositioningImprovements) {
|
||||||
return "bootstrap-legacy-autofill-overlay.js";
|
return !inlineMenuVisibility
|
||||||
|
? "bootstrap-autofill.js"
|
||||||
|
: "bootstrap-legacy-autofill-overlay.js";
|
||||||
}
|
}
|
||||||
|
|
||||||
const enableChangedPasswordPrompt = await firstValueFrom(
|
const enableChangedPasswordPrompt = await firstValueFrom(
|
||||||
|
|||||||
Reference in New Issue
Block a user