diff --git a/src/components/ServerConfigInput.jsx b/src/components/ServerConfigInput.jsx index f412930bd1ea82dd4696bc69c3d0dca03625b7e9..908671551607aafb8f8ae248dab5caffda956763 100644 --- a/src/components/ServerConfigInput.jsx +++ b/src/components/ServerConfigInput.jsx @@ -28,7 +28,9 @@ class Component extends PureComponent { this.state = { clientId: "6233aedf-f08a-4112-9a1b-f33c3cd9b396", clientSecret: "", - redirectURL: currentURL + redirectURL: currentURL, + scopes: "", + response_type: "token" } } @@ -107,6 +109,19 @@ class Component extends PureComponent { +

Scopes

+ + + + + + Response Type + + + + + +

Redirect URI

When you configure your client, please register the following redirect uri:

{this.state.redirectURL}