mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
there can be only one factor
This commit is contained in:
parent
17e7c2ee15
commit
392e7f6e4c
@ -161,7 +161,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
{% if user.staticdevice_set.all and user.totpdevice_set.all %}
|
{% if user.staticdevice_set.all or user.totpdevice_set.all %}
|
||||||
<p>{% trans 'You have these faktors available:' %}</p>
|
<p>{% trans 'You have these faktors available:' %}</p>
|
||||||
|
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
|
Loading…
Reference in New Issue
Block a user