add id to totp_form.html in order to identify the div which contains the

svg
This commit is contained in:
Trent Palmer 2021-04-19 21:08:49 -07:00
parent e65a1026f8
commit 6a21866e8f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
{% include "base_navbar.html" %}
{% include "base_heading.html" %}
<div class="containe mt-4">
<div class="d-flex justify-content-center">
<div class="d-flex justify-content-center" id="svgcontainer">
<style> svg { transform: scale(1.5); } </style>
{{ qr | safe }}
</div>