#168: Minor fixes to oauth2 control
This commit is contained in:
@@ -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": ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user