diff options
Diffstat (limited to 'src/Wallabag/UserBundle')
-rw-r--r-- | src/Wallabag/UserBundle/Resources/views/Manage/edit.html.twig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Wallabag/UserBundle/Resources/views/Manage/edit.html.twig b/src/Wallabag/UserBundle/Resources/views/Manage/edit.html.twig index 8be37e79..2de8f3a5 100644 --- a/src/Wallabag/UserBundle/Resources/views/Manage/edit.html.twig +++ b/src/Wallabag/UserBundle/Resources/views/Manage/edit.html.twig | |||
@@ -59,12 +59,6 @@ | |||
59 | {{ form_label(edit_form.googleTwoFactor) }} | 59 | {{ form_label(edit_form.googleTwoFactor) }} |
60 | {{ form_errors(edit_form.googleTwoFactor) }} | 60 | {{ form_errors(edit_form.googleTwoFactor) }} |
61 | </div> | 61 | </div> |
62 | |||
63 | {% if user.isGoogleAuthenticatorEnabled %} | ||
64 | <div class="input-field col s12"> | ||
65 | <p><strong>OTP Secret</strong>: {{ user.googleAuthenticatorSecret }}</p> | ||
66 | </div> | ||
67 | {% endif %} | ||
68 | </div> | 62 | </div> |
69 | {% endif %} | 63 | {% endif %} |
70 | 64 | ||