mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-17 01:31:25 +01:00
organizationUseTotp on totp copy
This commit is contained in:
parent
81071be126
commit
92fb43fc2e
@ -176,7 +176,7 @@ export default class AutofillService implements AutofillServiceInterface {
|
|||||||
}, { frameId: pd.frameId });
|
}, { frameId: pd.frameId });
|
||||||
|
|
||||||
if (options.cipher.type !== CipherType.Login || totpPromise || options.skipTotp ||
|
if (options.cipher.type !== CipherType.Login || totpPromise || options.skipTotp ||
|
||||||
!options.cipher.login.totp || !canAccessPremium) {
|
!options.cipher.login.totp || (!canAccessPremium && !options.cipher.organizationUseTotp)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user