Remove secret from admin

This commit is contained in:
Jeremy Benoist 2018-12-07 18:01:06 +01:00
parent e073090b8d
commit 4c0e747940
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View file

@ -59,12 +59,6 @@
{{ form_label(edit_form.googleTwoFactor) }}
{{ form_errors(edit_form.googleTwoFactor) }}
</div>
{% if user.isGoogleAuthenticatorEnabled %}
<div class="input-field col s12">
<p><strong>OTP Secret</strong>: {{ user.googleAuthenticatorSecret }}</p>
</div>
{% endif %}
</div>
{% endif %}