Skip to content

Commit 23913c3

Browse files
committed
Update main.js
1 parent e6b1787 commit 23913c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demo/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
const Gleap = window.Gleap;
22

33
Gleap.preFillForm({
4-
"description": "This is a pre-fill test."
4+
"description": "This is a pre-fill test.",
5+
"userId": "1233"
56
});
67

78
// Gleap.setApiUrl("http://localhost:9000");

0 commit comments

Comments
 (0)