Skip to content

Commit

Permalink
fix(bug): fix password validator
Browse files Browse the repository at this point in the history
  • Loading branch information
zack9433 committed Feb 20, 2019
1 parent a9ec9c3 commit 6f94988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/component/component.resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,11 @@
"key": "pdpContext.primary.auth.password",
"type": "password",
"templateOptions": {
"label": "CELLULAR_FORM_PRIMARY_AUTH_PASSWORD",
"required": true
"label": "CELLULAR_FORM_PRIMARY_AUTH_PASSWORD"
},
"validators": {
"password": {
"expression": "",
"expression": "'*'",
"message": ""
}
},
Expand Down
1 change: 0 additions & 1 deletion src/component/form/form.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,4 @@
</form>
</md-tab>
</md-tabs>

</script>

0 comments on commit 6f94988

Please sign in to comment.