diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-20 17:43:10 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-21 11:03:27 +0100 |
commit | abd454c45633e335d9d63bcd250e760b968f8138 (patch) | |
tree | a616f79e642b9683b3c7b597ed9c4072c0af5cdf /app | |
parent | 5f736213af209b0457e4e9d62f06fd5f46652f5f (diff) | |
download | wallabag-abd454c45633e335d9d63bcd250e760b968f8138.tar.gz wallabag-abd454c45633e335d9d63bcd250e760b968f8138.tar.zst wallabag-abd454c45633e335d9d63bcd250e760b968f8138.zip |
Update HTML 2FA template
Split paragraph in translation
Inject wallabag_url for image in HTML template
Remove username & password from config_dev.yml (null are already the default value)
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 | |||