#168: Fixed a lot of the tiny annoyances of Oauth2 apps

This commit is contained in:
frikky
2021-12-31 01:01:36 +01:00
parent 15fc6f5bcb
commit e386709118
3 changed files with 177 additions and 54 deletions
+8 -3
View File
@@ -978,9 +978,14 @@ const ParsedAction = (props) => {
return helperText
}
//console.log("D: ", selectedAction)
//console.log("DESC: ", selectedAction.description)
//console.log("DESC2: ", selectedApp.description)
console.log("AUTH: ", authenticationType)
if (authenticationType.type === "oauth2") {
return (
<Typography variant="body1" color="textSecondary" style={{marginTop: 15}}>
You must authenticate before using oauth2 apps.
</Typography>
)
}
// FIXME: Issue #40 - selectedActionParameters not reset
if (