forked from wallabag/wallabag
Remove secret from admin
This commit is contained in:
@ -59,12 +59,6 @@
|
|||||||
{{ form_label(edit_form.googleTwoFactor) }}
|
{{ form_label(edit_form.googleTwoFactor) }}
|
||||||
{{ form_errors(edit_form.googleTwoFactor) }}
|
{{ form_errors(edit_form.googleTwoFactor) }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if user.isGoogleAuthenticatorEnabled %}
|
|
||||||
<div class="input-field col s12">
|
|
||||||
<p><strong>OTP Secret</strong>: {{ user.googleAuthenticatorSecret }}</p>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user