Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 52d64b2

Browse files
committed
Merge pull request #466 from appirio-tech/feature/tom-password-maxlength
added password maxlength
2 parents 60fc0dd + 40f8967 commit 52d64b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/directives/account/toggle-password-with-tips/toggle-password-with-tips.jade

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ input#password-input(
1212

1313
ng-minlength="8",
1414
ng-maxlength="64",
15+
maxlength="64",
1516
has-letter,
1617
has-symbol-or-number,
1718
required)

0 commit comments

Comments
 (0)