diff options
-rw-r--r-- | app/config/config.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index ffc3bb77..ed217eb5 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -193,7 +193,9 @@ fos_oauth_server: | |||
193 | auth_code_class: Wallabag\ApiBundle\Entity\AuthCode | 193 | auth_code_class: Wallabag\ApiBundle\Entity\AuthCode |
194 | service: | 194 | service: |
195 | user_provider: fos_user.user_manager | 195 | user_provider: fos_user.user_manager |
196 | 196 | options: | |
197 | refresh_token_lifetime: 1209600 | ||
198 | |||
197 | scheb_two_factor: | 199 | scheb_two_factor: |
198 | trusted_computer: | 200 | trusted_computer: |
199 | enabled: true | 201 | enabled: true |