Merge branch 'main' into DURACOM-191

# Conflicts:
#	src/app/shared/form/number-picker/number-picker.component.spec.ts
#	src/app/shared/form/number-picker/number-picker.component.ts
This commit is contained in:
Andrea Barbasso
2024-01-19 19:05:23 +01:00
40 changed files with 731 additions and 245 deletions

View File

@@ -119,7 +119,7 @@ export class AuthService {
if (hasValue(rd.payload) && rd.payload.authenticated) {
return rd.payload;
} else {
throw (new Error('Invalid email or password'));
throw (new Error('auth.errors.invalid-user'));
}
}));