mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix some logic in the preferences controller.
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% if twoFactorAuthEnabled == '1' and hasTwoFactorAuthSecret == true %}
|
||||
{% if twoFactorAuthEnabled == 1 and hasTwoFactorAuthSecret == true %}
|
||||
|
||||
<div class="col-sm-10">
|
||||
<div class="checkbox">
|
||||
|
Reference in New Issue
Block a user