progress on registration flow

This commit is contained in:
2025-09-11 00:02:20 +02:00
parent 1987c1855e
commit e13e8e1ffe
10 changed files with 238 additions and 6 deletions

View File

@@ -142,6 +142,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
<dependency>
<groupId>io.nflow</groupId>
<artifactId>nflow-rest-api-spring-web</artifactId>