1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-26 04:33:01 +01: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;
case 'textbox':
return inputTypes.TEXT;
case 'oauth':
case 'oAuth':
return inputTypes.OAUTH;
default:
return inputTypes.TEXT;