mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
enabled fix
This commit is contained in:
@@ -48,7 +48,10 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
modal.result.then(function (enabled) {
|
modal.result.then(function (enabled) {
|
||||||
provider.enabled = enabled;
|
if (enabled || enabled === false) {
|
||||||
|
// do not adjust when undefined or null
|
||||||
|
provider.enabled = enabled;
|
||||||
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user