mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
convert cipher service to ts
This commit is contained in:
@@ -43,7 +43,7 @@ angular
|
||||
}
|
||||
}
|
||||
|
||||
if (model.login.totp && (cipherObj.organizationUseTotp || tokenService.getPremium())) {
|
||||
if (model.login && model.login.totp && (cipherObj.organizationUseTotp || tokenService.getPremium())) {
|
||||
totpUpdateCode();
|
||||
totpTick();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user