[O] More checks

This commit is contained in:
Azalea
2024-02-19 02:29:45 -05:00
parent 7b89016359
commit 9c4f146778
2 changed files with 5 additions and 1 deletions

View File

@@ -45,4 +45,5 @@ class AquaNetUser(
@Repository("AquaNetUserRepository")
interface AquaNetUserRepo : JpaRepository<AquaNetUser, Int> {
fun existsByEmail(email: String): Boolean
fun existsByUsername(username: String): Boolean
}