From 167558168c4ddff8eff67d7f12dfac47d5d25866 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 3 Apr 2018 15:27:14 -0400 Subject: [PATCH] add duo org support to old constants --- src/services/constants.service.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/services/constants.service.ts b/src/services/constants.service.ts index e0c695432c..6718730e82 100644 --- a/src/services/constants.service.ts +++ b/src/services/constants.service.ts @@ -56,6 +56,7 @@ export class ConstantsService { authenticator: 0, email: 1, remember: 5, + organizationDuo: 6, }; twoFactorProviderInfo: any[]; @@ -114,6 +115,14 @@ export class ConstantsService { displayOrder: 4, priority: 0, }, + { + type: 6, + name: 'Duo (' + i18nService.organization + ')', + description: i18nService.duoOrganizationDesc, + active: true, + displayOrder: -1, + priority: 10, + }, ]; } }