Skip to content

Commit

Permalink
disable quarkus csrf since vaadin provides its own
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed Sep 13, 2023
1 parent d2e7ff2 commit d9562ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ quarkus:
name: faf-user-service
management:
enabled: true
csrf-reactive:
enable: false

"%dev":
quarkus:
Expand Down

0 comments on commit d9562ca

Please sign in to comment.