X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fbaggy%2FConfig%2Findex.html.twig;h=cee4f672c8602419420ad576f691efcc6ed9b9c6;hb=2db616b586f473238706e554e809086935e0f33a;hp=64305b1631b85301c5a15ea048a29c1793e6adac;hpb=cf0ea8f113548191cdeb8d3727dd6d2ad25d19ed;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig index 64305b16..cee4f672 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig @@ -100,6 +100,14 @@ +
+
+ {{ form_label(form.user.twoFactorAuthentication) }} + {{ form_errors(form.user.twoFactorAuthentication) }} + {{ form_widget(form.user.twoFactorAuthentication) }} +
+
+ {{ form_rest(form.user) }}