mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[Documentation] Fix login & failure path
This commit is contained in:
parent
b86f7d6f4d
commit
c0ef144f90
1 changed files with 2 additions and 2 deletions
|
|
@ -92,9 +92,9 @@ Under the ``security: firewalls: shop:`` keys in the ``security.yaml`` configure
|
|||
oauth:
|
||||
resource_owners:
|
||||
facebook: "/login/check-facebook"
|
||||
login_path: /login
|
||||
login_path: sylius_shop_login
|
||||
use_forward: false
|
||||
failure_path: /login
|
||||
failure_path: sylius_shop_login
|
||||
|
||||
oauth_user_provider:
|
||||
service: sylius.oauth.user_provider
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue