mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
commit
ca587fb6b6
90 changed files with 119 additions and 118 deletions
|
@ -43,6 +43,7 @@ framework:
|
|||
|
||||
# Twig Configuration
|
||||
twig:
|
||||
default_path: '%kernel.project_dir%/templates'
|
||||
debug: "%kernel.debug%"
|
||||
strict_variables: "%kernel.debug%"
|
||||
form_themes:
|
||||
|
@ -198,13 +199,13 @@ scheb_two_factor:
|
|||
google:
|
||||
enabled: true
|
||||
issuer: "%server_name%"
|
||||
template: "@WallabagCore/Authentication/form.html.twig"
|
||||
template: "Authentication/form.html.twig"
|
||||
|
||||
email:
|
||||
enabled: true
|
||||
sender_email: "%twofactor_sender%"
|
||||
digits: 6
|
||||
template: "@WallabagCore/Authentication/form.html.twig"
|
||||
template: "Authentication/form.html.twig"
|
||||
mailer: Wallabag\CoreBundle\Mailer\AuthCodeMailer
|
||||
|
||||
rulerz:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue