Compare changes
Files
4@@ -2,7 +2,7 @@ package hdm.mi.growbros.models.user;
@@ -32,7 +32,7 @@ public class User implements UserDetails {
Fix security config: allow access to h2 console
fix user: wrong annotation on password field (was @Min now @Size(min=..)