diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-01-21 12:27:47 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-01-21 12:27:47 +0100 |
commit | 9aa66d6244935fe86a5598fbdbe518cf6204af2e (patch) | |
tree | a616f79e642b9683b3c7b597ed9c4072c0af5cdf /app | |
parent | e72a943ad244f8b6349e31eb9a148808045b224b (diff) | |
parent | abd454c45633e335d9d63bcd250e760b968f8138 (diff) | |
download | wallabag-9aa66d6244935fe86a5598fbdbe518cf6204af2e.tar.gz wallabag-9aa66d6244935fe86a5598fbdbe518cf6204af2e.tar.zst wallabag-9aa66d6244935fe86a5598fbdbe518cf6204af2e.zip |
Merge pull request #1565 from wallabag/v2-2fa-html
Use HTML email for 2FA
Diffstat (limited to 'app')
-rw-r--r-- | app/config/config_dev.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/config/config_dev.yml b/app/config/config_dev.yml index 6b077fdb..2813e369 100644 --- a/app/config/config_dev.yml +++ b/app/config/config_dev.yml | |||
@@ -42,6 +42,3 @@ swiftmailer: | |||
42 | transport: smtp | 42 | transport: smtp |
43 | host: 'localhost' | 43 | host: 'localhost' |
44 | port: 1025 | 44 | port: 1025 |
45 | username: null | ||
46 | password: null | ||
47 | |||