browserpass-extension
browserpass-extension copied to clipboard
Honor store-specific enableOTP setting
The Options allow for the enableOTP
feature to be specified within
the .browserpass.json
, but the feature is not enabled when the
option is specified within .browserpass.json
and not globally.
This was because the check for the setting was only looking for the
global setting - settings.enableOTP
and did not check for the
.browserpass.json
setting ( settings.stores[*].settings.enableOTP
).
This changeset fixes that issue and properly honors the enableOTP
setting specified within .browserpass.json
with or without the
global enableOTP
setting.
Ping @erayd if the review request was missed
Ping @erayd if the review request was missed
Not missed, just short on time. I'm expecting to have some time to spend working on Browserpass during the coming week, which will include this PR.