diff --git a/apps/browser/src/vault/popup/components/vault/view.component.ts b/apps/browser/src/vault/popup/components/vault/view.component.ts index fe483b1d39..19c37fc985 100644 --- a/apps/browser/src/vault/popup/components/vault/view.component.ts +++ b/apps/browser/src/vault/popup/components/vault/view.component.ts @@ -179,7 +179,7 @@ export class ViewComponent extends BaseViewComponent { await this.copy(this.cipher.login.password, "password", "Password"); break; case COPY_VERIFICATIONCODE_ID: - await this.copy(this.cipher.login.totp, "verificationCodeTotp", "TOTP"); + await this.copy(this.totpCode, "verificationCodeTotp", "TOTP"); break; default: break;