X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FUserBundle%2FResources%2Fviews%2FAuthentication%2Fform.html.twig;fp=src%2FWallabag%2FUserBundle%2FResources%2Fviews%2FAuthentication%2Fform.html.twig;h=acf69196bb8d79cc5191846763bf818f862491cc;hb=0d42217e4e8210dd2cf86f35ba9662ca02c8a2dc;hp=0000000000000000000000000000000000000000;hpb=d2b4f01d7435e8a8f99b15a2487916427c04e58d;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/UserBundle/Resources/views/Authentication/form.html.twig b/src/Wallabag/UserBundle/Resources/views/Authentication/form.html.twig new file mode 100644 index 00000000..acf69196 --- /dev/null +++ b/src/Wallabag/UserBundle/Resources/views/Authentication/form.html.twig @@ -0,0 +1,33 @@ +{% extends "WallabagUserBundle::layout.html.twig" %} + +{% block fos_user_content %} +
+
+
+ + {% for flashMessage in app.session.flashbag.get("two_factor") %} +

{{ flashMessage|trans }}

+ {% endfor %} + +
+ + +
+ + {% if useTrustedOption %} +
+ + +
+ {% endif %} +
+
+
+ {{ 'security.login.cancel'|trans }} + +
+
+{% endblock %}