scopes update

This commit is contained in:
Yann Esposito (Yogsototh) 2018-04-24 12:42:12 +02:00
parent 502eb8de0a
commit 1721443dcb
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -8,7 +8,7 @@ var client_password = "localpass";
var redirect_uri="http://localhost:9999/login.html";
var scopes=[ "private-intel"
, "ui-settings"
, "inexistant"
// , inexistant
];
var scope=scopes.join(" ");
var state="whatever";