Skip to content

Commit

Permalink
feat(kobo) Enforce security
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusa87 committed Jul 14, 2024
1 parent a129dbe commit 8271687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ security:
- { path: ^/login, roles: PUBLIC_ACCESS }
- { path: ^/logout, roles: ROLE_USER }
- { path: ^/, roles: ROLE_USER }
- { path: ^/kobo, roles: PUBLIC_ACCESS }
- { path: ^/kobo, roles: ROLE_USER }

when@test:
security:
Expand Down

0 comments on commit 8271687

Please sign in to comment.