Browse Source

Added the quote.

pull/503/head
Sebastian 6 years ago
parent
commit
106e9588d9
  1. 2
      frontend/app/features/settings/pages/clients/client-connect-form.component.ts

2
frontend/app/features/settings/pages/clients/client-connect-form.component.ts

@ -83,7 +83,7 @@ function connectHttpText(apiUrl: ApiUrlConfig, app: string, client: { id: string
-d 'grant_type=client_credentials&
client_id=${app}:${client.id}&
client_secret=${client.secret}&
scope=squidex-api`;
scope=squidex-api'`;
}
function connectLibrary(apiUrl: ApiUrlConfig, app: string, client: { id: string, secret: string }) {

Loading…
Cancel
Save