mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
[PM-11391] Replace button tag with div for TOTP timer (#11116)
This commit is contained in:
@@ -111,15 +111,13 @@
|
||||
aria-readonly="true"
|
||||
data-testid="login-totp"
|
||||
/>
|
||||
<button
|
||||
<div
|
||||
*ngIf="isPremium$ | async"
|
||||
bitTotpCountdown
|
||||
[cipher]="cipher"
|
||||
bitSuffix
|
||||
type="button"
|
||||
(sendCopyCode)="setTotpCopyCode($event)"
|
||||
class="tw-cursor-default"
|
||||
></button>
|
||||
></div>
|
||||
<button
|
||||
bitIconButton="bwi-clone"
|
||||
bitSuffix
|
||||
|
||||
Reference in New Issue
Block a user