Changes to client credentials form (#4836)
This commit is contained in:
parent
51addbc963
commit
26ce58e9e3
|
|
@ -618,7 +618,12 @@ class DatasourceRestAPIEditor extends React.Component<Props> {
|
||||||
};
|
};
|
||||||
|
|
||||||
renderOauth2ClientCredentials = () => {
|
renderOauth2ClientCredentials = () => {
|
||||||
return this.renderOauth2Common();
|
return (
|
||||||
|
<>
|
||||||
|
{this.renderOauth2Common()}
|
||||||
|
{this.renderOauth2CommonAdvanced()}
|
||||||
|
</>
|
||||||
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
renderOauth2AuthorizationCode = () => {
|
renderOauth2AuthorizationCode = () => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user