-
- Downloads
Fix: Helper text is not showing when the password is too weak
The commit ae51d70f changed the data type of the password status from string enums to number. Hence, it can't be used as the context by the translation module. The intended behaviour now is to show helper text only when the password is too weak. As a quick fix, I put the text for too weak in the component. If we ever want to generate the helper text dynamically, we will need to correctly map the status number to the context text for translation module. Change-Id: I09d1a06f32eb1e32a451a3bfcf4f91872a044e75
Please sign in to comment