aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2015-10-15 13:17:21 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2015-10-15 13:17:21 +0200
commit18cf594f8ad4bb5236274cf1326c5e6ea549a570 (patch)
tree27553451392797dc1e3ddf43162de76eb33595a3 /src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
parent0d6a7929e17c84052cbb3e494d5e5c195c24ca04 (diff)
downloadwallabag-18cf594f8ad4bb5236274cf1326c5e6ea549a570.tar.gz
wallabag-18cf594f8ad4bb5236274cf1326c5e6ea549a570.tar.zst
wallabag-18cf594f8ad4bb5236274cf1326c5e6ea549a570.zip
move 2factor activation in parameters
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
index b20c4ea5..ab24d4ef 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
@@ -132,6 +132,7 @@
132 </div> 132 </div>
133 </div> 133 </div>
134 134
135 {% if twofactor_auth %}
135 <div class="row"> 136 <div class="row">
136 <div class="input-field col s12"> 137 <div class="input-field col s12">
137 {{ form_widget(form.user.twoFactorAuthentication) }} 138 {{ form_widget(form.user.twoFactorAuthentication) }}
@@ -139,6 +140,7 @@
139 {{ form_errors(form.user.twoFactorAuthentication) }} 140 {{ form_errors(form.user.twoFactorAuthentication) }}
140 </div> 141 </div>
141 </div> 142 </div>
143 {% endif %}
142 144
143 <div class="hidden">{{ form_rest(form.user) }}</div> 145 <div class="hidden">{{ form_rest(form.user) }}</div>
144 <button class="btn waves-effect waves-light" type="submit" name="action"> 146 <button class="btn waves-effect waves-light" type="submit" name="action">