Move User templates to Core

This commit is contained in:
Yassine Guedidi
2023-12-30 23:58:23 +01:00
parent c7bf98923e
commit 0234aa1acf
10 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@ class AuthCodeMailerTest extends TestCase
{% block body_text %}text body {{ support_url }}{% endblock %}
TWIG;
$this->twig = new Environment(new ArrayLoader(['@WallabagUser/TwoFactor/email_auth_code.html.twig' => $twigTemplate]));
$this->twig = new Environment(new ArrayLoader(['@WallabagCore/TwoFactor/email_auth_code.html.twig' => $twigTemplate]));
}
public function testSendEmail()