Quellcode durchsuchen

Update vanilla.html

Maurits van der Schee vor 5 Jahren
Ursprung
Commit
16e83d2765
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      examples/clients/auth0/vanilla.html

+ 1
- 1
examples/clients/auth0/vanilla.html Datei anzeigen

@@ -2,7 +2,7 @@
2 2
 <head>
3 3
 <meta charset="utf-8" /> 
4 4
 <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
6 6
 var clientId = ''; // client id as defined in auth0
7 7
 var audience = ''; // api audience as defined in auth0
8 8
 window.onload = function () {

Laden…
Abbrechen
Speichern