ensure csrf is enabled

This commit is contained in:
Anthony Stirling
2024-12-10 11:17:50 +00:00
parent 1639e0fc4c
commit c1c3eba398
4 changed files with 102 additions and 6 deletions

View File

@@ -285,6 +285,7 @@ public class ApplicationProperties {
public static class AutomaticallyGenerated {
@ToString.Exclude private String key;
private String UUID;
private String appVersion;
}
@Data