mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 09:53:35 +02:00
Fixed collapse of manual 2FA setup in user settings.
This commit is contained in:
parent
9139d49628
commit
91af024081
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="offset-sm-3">
|
<div class="offset-sm-3">
|
||||||
<button class="btn btn-link" type="button" data-bs-toggle="collapse" data-target="#manualSetupCollapse" aria-expanded="false" aria-controls="manualSetupCollapse">
|
<button class="btn btn-link" type="button" data-bs-toggle="collapse" data-bs-target="#manualSetupCollapse" aria-expanded="false" aria-controls="manualSetupCollapse">
|
||||||
{% trans %}tfa_google.manual_setup{% endtrans %}
|
{% trans %}tfa_google.manual_setup{% endtrans %}
|
||||||
</button>
|
</button>
|
||||||
<div class="collapse" id="manualSetupCollapse">
|
<div class="collapse" id="manualSetupCollapse">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue