mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
[PM-12426] Autofill Inline Menu Settings Not Properly Referenced in Self-Hosted Environments (#11246)
This commit is contained in:
parent
08e9a69083
commit
09e3468c69
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user