Fix oAuth actions in UI
This commit is contained in:
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…
Reference in New Issue