fix linting errors

This commit is contained in:
2025-02-05 09:02:03 +02:00
parent 5a98ad9346
commit c5ef11e374
8 changed files with 25 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ export const login = async (data: z.infer<typeof LoginSchema>) => {
// If the data is invalid, return an error
if (!validatedData) {
return {error: t('Invalid input data')}
return {error: t('Error.invalid-input-data')}
}
// Destructure the validated data