mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
[PM-3792] Copying Verification Code Using the Context Menu for a Vault Item with Re-prompt Copies the TOTP Seed Instead of the Code (#6200)
This commit is contained in:
@@ -179,7 +179,7 @@ export class ViewComponent extends BaseViewComponent {
|
|||||||
await this.copy(this.cipher.login.password, "password", "Password");
|
await this.copy(this.cipher.login.password, "password", "Password");
|
||||||
break;
|
break;
|
||||||
case COPY_VERIFICATIONCODE_ID:
|
case COPY_VERIFICATIONCODE_ID:
|
||||||
await this.copy(this.cipher.login.totp, "verificationCodeTotp", "TOTP");
|
await this.copy(this.totpCode, "verificationCodeTotp", "TOTP");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user