Add user and page statistics, add sitemap and robots.txt generation

This commit is contained in:
2024-11-27 17:07:32 +01:00
parent 5fb708051b
commit e99a5f15b4
26 changed files with 520 additions and 81 deletions

View File

@@ -29,7 +29,7 @@ function securePassword(password: string, ctx: z.RefinementCtx): void {
{
ctx.addIssue({
code: z.ZodIssueCode.custom,
message: "Votre mot de passe doit contenir au moins un symbole",
message: "Votre mot de passe doit contenir au moins un caractère spécial",
});
}
}