From e595e7e4680d0f88296b75bc16f99cd004cfc58d Mon Sep 17 00:00:00 2001 From: sumeyye Date: Thu, 10 Jul 2025 16:12:44 +0300 Subject: [PATCH] update: password complexity indicator component page --- .../ui/angular/password-complexity-indicator-component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/framework/ui/angular/password-complexity-indicator-component.md b/docs/en/framework/ui/angular/password-complexity-indicator-component.md index 806b686ece..1733f9543e 100644 --- a/docs/en/framework/ui/angular/password-complexity-indicator-component.md +++ b/docs/en/framework/ui/angular/password-complexity-indicator-component.md @@ -42,7 +42,7 @@ The `PasswordComplexityIndicatorService` is for calculating the password complex It's easy, imagine you have a password input that you want to add the complexity indicator under. Put this component under the input ```ts - + ``` - Pass the password to the `validatePassword` method of the `PasswordComplexityIndicatorService`, and bind return the value to the `progressBar` property of the `abp-password-complexity-indicator`