Merge pull request #5833 from wallabag/fix/2fa-template-missing

This commit is contained in:
Jérémy Benoist
2022-05-31 10:38:05 +02:00
committed by GitHub

View File

@ -1,5 +1,5 @@
{# Override `vendor/scheb/two-factor-bundle/Resources/views/Authentication/form.html.twig` #}
{% extends "WallabagUserBundle::layout.html.twig" %}
{% extends "FOSUserBundle::layout.html.twig" %}
{% block fos_user_content %}
<form class="form" action="{{ path("2fa_login_check") }}" method="post">