adding email otp verification

This commit is contained in:
2025-10-09 20:33:12 +02:00
parent 230f16e08d
commit f6e04f302c
6 changed files with 54 additions and 27 deletions

View File

@@ -164,6 +164,11 @@
<artifactId>libphonenumber</artifactId>
<version>8.13.36</version> <!-- Use the latest version -->
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
<version>3.1.5</version>
</dependency>
</dependencies>