1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-26 01:37:07 +00:00

Fix oAuth actions in UI

This commit is contained in:
Mark McDowall 2019-07-17 17:25:20 -07:00
parent d74c323c66
commit 574b9086d4

View file

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