add duo org support to old constants
This commit is contained in:
parent
bea9e06506
commit
167558168c
|
@ -56,6 +56,7 @@ export class ConstantsService {
|
||||||
authenticator: 0,
|
authenticator: 0,
|
||||||
email: 1,
|
email: 1,
|
||||||
remember: 5,
|
remember: 5,
|
||||||
|
organizationDuo: 6,
|
||||||
};
|
};
|
||||||
|
|
||||||
twoFactorProviderInfo: any[];
|
twoFactorProviderInfo: any[];
|
||||||
|
@ -114,6 +115,14 @@ export class ConstantsService {
|
||||||
displayOrder: 4,
|
displayOrder: 4,
|
||||||
priority: 0,
|
priority: 0,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: 6,
|
||||||
|
name: 'Duo (' + i18nService.organization + ')',
|
||||||
|
description: i18nService.duoOrganizationDesc,
|
||||||
|
active: true,
|
||||||
|
displayOrder: -1,
|
||||||
|
priority: 10,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue