Handle Cardigann "info" extra settings field

This commit is contained in:
Qstick
2020-12-31 02:48:38 -05:00
parent 6f113466bf
commit 76c271fab0
5 changed files with 54 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ export const AVAILABILITY_SELECT = 'availabilitySelect';
export const CAPTCHA = 'captcha';
export const CHECK = 'check';
export const DEVICE = 'device';
export const INFO = 'info';
export const MOVIE_MONITORED_SELECT = 'movieMonitoredSelect';
export const NUMBER = 'number';
export const OAUTH = 'oauth';
@@ -22,6 +23,7 @@ export const all = [
CAPTCHA,
CHECK,
DEVICE,
INFO,
MOVIE_MONITORED_SELECT,
NUMBER,
OAUTH,