fix reset pass validation message and add 401 migration

This commit is contained in:
Mohit Panjwani
2020-12-08 19:52:32 +05:30
parent b6301b08f8
commit f7a823e9bc
4 changed files with 32 additions and 3 deletions

View File

@ -51,7 +51,7 @@
>
{{
$tc(
'validation.password_length ',
'validation.password_length',
$v.formData.password.minLength.min,
{ count: $v.formData.password.$params.minLength.min }
)