{{label}} Maksimal {{ control?.errors?.maxlength?.requiredLength }}
Karakter
}
@if (hasError('min')) {
{{label}} Minimal {{ control?.errors?.min?.min }}
}
@if (hasError('max')) {
{{label}} Maksimal {{ control?.errors?.max?.max }}
}
@if (hasError('mismatch')) {
Password baru tidak boleh sama dengan password lama
}
@if (hasError('passwordMismatch')) {
Password baru dan konfirmasi password baru tidak sama
}
@if (hasError('strongPassword')) {
Password harus mengandung minimal 8 karakter, huruf besar, huruf kecil, angka, dan karakter spesial.
}