fix(users): repair create delete and duplicate email handling
This commit is contained in:
parent
155fdbb16a
commit
0bbcaba211
22 changed files with 773 additions and 107 deletions
|
|
@ -7,7 +7,8 @@
|
|||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"test:auth": "node --test tests/auth-cookie.test.mjs"
|
||||
"test:auth": "node --test tests/auth-cookie.test.mjs",
|
||||
"test:users-query": "node --test tests/users-query.test.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hookform/resolvers": "^3.10.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue