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