improved admin and events tables

This commit is contained in:
z1glr
2025-01-21 12:51:59 +00:00
parent 8fef9b5318
commit 7265a4e36a
17 changed files with 357 additions and 237 deletions

View File

@@ -83,7 +83,7 @@ export class DateFormatter {
}
}
export function vaidatePassword(password: string): string[] {
export function validatePassword(password: string): string[] {
const errors = [];
if (password.length < 12) {