fix: set max height
This commit is contained in:
parent
9017e87175
commit
2b482d2b2d
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user