mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-16 04:36:30 +00:00
Merge pull request #5833 from wallabag/fix/2fa-template-missing
This commit is contained in:
commit
1bd1a6f6a0
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue