Skip to content

Commit 0d079b8

Browse files
authored
Update vanilla.html
1 parent ba1f8c9 commit 0d079b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/clients/auth.php/vanilla.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<meta charset="utf-8" />
44
<script>
5-
var authUrl = 'auth.php'; // hostname ending in '.auth0.com'
5+
var authUrl = 'auth.php'; // url of 'auth.php' from php-api-auth
66
var clientId = 'default'; // client id as defined in auth0
77
var audience = 'api.php'; // api audience as defined in auth0
88
window.onload = function () {
@@ -30,4 +30,4 @@
3030
<body>
3131
<pre id="output"></pre>
3232
</body>
33-
</html>
33+
</html>

0 commit comments

Comments
 (0)