Fixed issues with same URL in appcreator - now allowing it with replacements
This commit is contained in:
@@ -113,8 +113,8 @@ const AuthenticationOauth2 = (props) => {
|
||||
|
||||
var resources = "";
|
||||
if (scopes !== undefined && (scopes !== null) & (scopes.length > 0)) {
|
||||
//scopes.push("offline_access")
|
||||
resources = scopes.join(",");
|
||||
resources = scopes.join(" ");
|
||||
//resources = scopes.join(",");
|
||||
}
|
||||
|
||||
const authentication_url = authenticationType.token_uri;
|
||||
|
||||
Reference in New Issue
Block a user