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

@ -194,13 +194,13 @@ scheb_two_factor:
google:
enabled: true
issuer: "%server_name%"
template: "@WallabagUser/Authentication/form.html.twig"
template: "@WallabagCore/Authentication/form.html.twig"
email:
enabled: true
sender_email: "%twofactor_sender%"
digits: 6
template: "@WallabagUser/Authentication/form.html.twig"
template: "@WallabagCore/Authentication/form.html.twig"
mailer: Wallabag\CoreBundle\Mailer\AuthCodeMailer
rulerz: