Skip to content

Commit

Permalink
Update 2.1.11.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Hamed Salimian <[email protected]>
  • Loading branch information
Snbig authored Jan 18, 2025
1 parent 6ff33dc commit 1d159fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/headless/2.1.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ headless:
args:
code: |
() => {
return (function verifyPasteFunction(testValue = "{{rand_text_alphanumeric(16)}}") {
return (function verifyPasteFunction(testValue = "{{rand_text_alphanumeric(14)}}") {
const passwordFields = document.querySelectorAll('input[name="{{password_field_name}}"]');
if (passwordFields.length === 0) {
Expand Down

0 comments on commit 1d159fa

Please sign in to comment.