rename main class
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-08 12:01:10 +02:00
parent 9eea30b23e
commit c0f655b0df
3 changed files with 12 additions and 7 deletions

View File

@@ -24,7 +24,6 @@ public class User implements UserDetails
@Column(nullable = false)
private String username;
@Column(unique = true, length = 64, nullable = false)
private String email;