mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +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 });
|
||||
|
||||
if (options.cipher.type !== CipherType.Login || totpPromise || options.skipTotp ||
|
||||
!options.cipher.login.totp || !canAccessPremium) {
|
||||
!options.cipher.login.totp || (!canAccessPremium && !options.cipher.organizationUseTotp)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user