1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 00:09:37 +02:00

Fixed: oAuth actions in UI

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Mark McDowall 2019-06-29 15:33:49 -07:00 committed by Qstick
parent f868e8b964
commit 80715f5e58

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;