fix issues

This commit is contained in:
2026-01-02 00:21:24 +01:00
parent 79913bb45e
commit 8693dde21e
46 changed files with 1680 additions and 302 deletions

View File

@@ -56,7 +56,7 @@ describe('SignupUseCase', () => {
it('creates and saves a new user when email is free', async () => {
const input = {
email: 'new@example.com',
password: 'password123',
password: 'Password123',
displayName: 'New User',
};