Skip to content

Commit

Permalink
Fix security.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
zerai committed Mar 4, 2024
1 parent 6d58a21 commit 6ab8a0e
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 @@ -62,7 +62,7 @@ security:
- { path: ^/.well-known, roles: PUBLIC_ACCESS }
- { path: ^/register, roles: PUBLIC_ACCESS }
- { path: ^/verify, roles: PUBLIC_ACCESS }
#- { path: ^/api, role: ROLE_OAUTH2_EMAIL }
- { path: ^/api, role: ROLE_OAUTH2_EMAIL }
- { path: ^/, role: ROLE_USER }

when@test:
Expand Down

0 comments on commit 6ab8a0e

Please sign in to comment.