Skip to content

Commit 16e83d2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/clients/auth0/vanilla.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<meta charset="utf-8" />
44
<script>
5-
var authUrl = 'https://php-crud-api.auth0.com/authorize'; // hostname ending in '.auth0.com'
5+
var authUrl = 'https://php-crud-api.auth0.com/authorize'; // url of auth0 '/authorize' end-point
66
var clientId = ''; // client id as defined in auth0
77
var audience = ''; // api audience as defined in auth0
88
window.onload = function () {

0 commit comments

Comments
 (0)