mirror of
https://github.com/wallabag/wallabag.git
synced 2025-04-25 19:34:07 +00:00
Remove secret from admin
This commit is contained in:
parent
e073090b8d
commit
4c0e747940
1 changed files with 0 additions and 6 deletions
|
@ -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 %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue