Add username VO
This commit is contained in:
parent
95afe14a7f
commit
cf50f1bb86
|
@ -0,0 +1,5 @@
|
||||||
|
package user;
|
||||||
|
|
||||||
|
public record Username(String username) {
|
||||||
|
//TODO: checks if username is valid
|
||||||
|
}
|
Reference in New Issue