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

View File

@ -7,7 +7,7 @@
{% include "base_navbar.html" %} {% include "base_navbar.html" %}
{% include "base_heading.html" %} {% include "base_heading.html" %}
<div class="containe mt-4"> <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> <style> svg { transform: scale(1.5); } </style>
{{ qr | safe }} {{ qr | safe }}
</div> </div>