fix: set max height

This commit is contained in:
Polianin Nikita 2024-12-18 08:47:22 +03:00
parent 9017e87175
commit 2b482d2b2d

View File

@ -14,7 +14,7 @@
<h3>Ваш код: <i><strong>{{ secret }}</strong></i></h3>
<div>
<img [src]="totpImage" alt="totp-qr-code"/>
<img [src]="totpImage" alt="totp-qr-code" style="max-height: 60vh;"/>
</div>
<form [formGroup]="twoFactorForm">