We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff33dc commit 1d159faCopy full SHA for 1d159fa
templates/headless/2.1.11.yaml
@@ -30,7 +30,7 @@ headless:
30
args:
31
code: |
32
() => {
33
- return (function verifyPasteFunction(testValue = "{{rand_text_alphanumeric(16)}}") {
+ return (function verifyPasteFunction(testValue = "{{rand_text_alphanumeric(14)}}") {
34
const passwordFields = document.querySelectorAll('input[name="{{password_field_name}}"]');
35
36
if (passwordFields.length === 0) {
0 commit comments