Skip to content

Commit 7240cc9

Browse files
committed
bug: fix example
1 parent 02e0a3a commit 7240cc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ <h1>VAPID verification</h1>
7272
Just make the values short so you don't run the risk of the server
7373
rejecting a request because the headers are too big.</p>
7474
<p>For example:
75-
<code>{'ami_id':'e-1248296','cust_id':'a9afd519s919faio3'}</code></p>
75+
<code>{'sub': '[email protected]', 'exp': 1470858133,
76+
'ami_id':'e-1248296','cust_id':'a9afd519s919faio3'}</code></p>
7677
<div class="control">
7778
<button id="gen">Generate VAPID</button>
7879
</div>

0 commit comments

Comments
 (0)