Fix oAuth actions in UI

pull/3216/head
Mark McDowall 5 years ago
parent d74c323c66
commit 574b9086d4

@ -28,7 +28,7 @@ function getType(type) {
return inputTypes.TEXT_TAG;
case 'textbox':
return inputTypes.TEXT;
case 'oauth':
case 'oAuth':
return inputTypes.OAUTH;
default:
return inputTypes.TEXT;

Loading…
Cancel
Save