mirror of
https://github.com/wallabag/wallabag.git
synced 2025-04-11 12:34:05 +00:00
fix #1311, redirect after login
This commit is contained in:
parent
f59601fced
commit
728a432850
1 changed files with 2 additions and 2 deletions
|
@ -37,9 +37,9 @@ security:
|
|||
|
||||
post_only: true
|
||||
|
||||
always_use_default_target_path: true
|
||||
always_use_default_target_path: false
|
||||
default_target_path: /
|
||||
target_path_parameter: redirect_url
|
||||
target_path_parameter: _target_path
|
||||
use_referer: true
|
||||
|
||||
failure_path: null
|
||||
|
|
Loading…
Reference in a new issue