Compare commits

..

1 commit

Author SHA1 Message Date
f63fc3f1fe
feat: implement credentials login
All checks were successful
container-scan / Container Scan (pull_request) Successful in 3m10s
docker-build / docker (pull_request) Successful in 6m53s
implements the credentials login functionality
2025-06-11 20:08:36 +02:00

View file

@ -51,7 +51,7 @@ export const registerSchema = zod
!data.password.includes(data.username),
{
message:
'Password cannot contain your first name, last name, email, or username itself',
'Password cannot contain your first name, last name, email, or username',
path: ['password'],
},
);