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:
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
Block a user