#168: Minor fixes to oauth2 control

This commit is contained in:
frikky
2021-08-19 01:23:59 +02:00
parent 53b02e7c46
commit 61f6793873
2 changed files with 10 additions and 2 deletions
+2
View File
@@ -1950,6 +1950,8 @@ const AngularWorkflow = (props) => {
{
"type": "oauth2",
"redirect_uri": curapp.authentication.redirect_uri,
"token_uri": curapp.authentication.token_uri,
"scope": curapp.authentication.scope,
} : {
"type": ""
}