Skip to content

Commit

Permalink
Merge pull request #573 from webitel/refactor/signle-sign-on
Browse files Browse the repository at this point in the history
refactor: commenting all SSO functionality [WTEL-3717]
  • Loading branch information
dlohvinov authored Dec 18, 2023
2 parents c336993 + f97af3b commit ab12947
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/app/router/_internals/NavigationPages.lookup.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,14 @@ const nav = Object.freeze([
value: AdminSections.EMAIL_PROFILES,
locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.EMAIL_PROFILES}`,
route: 'email-profiles',
}, {
value: AdminSections.SINGLE_SIGN_ON,
locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.SINGLE_SIGN_ON}`,
route: 'single-sign-on',
}, {
},
// Note: commented out because of singleSignOn feature is not ready yet
// {
// value: AdminSections.SINGLE_SIGN_ON,
// locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.SINGLE_SIGN_ON}`,
// route: 'single-sign-on',
// },
{
value: AdminSections.IMPORT_CSV,
locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.IMPORT_CSV}`,
route: 'import-csv',
Expand Down

0 comments on commit ab12947

Please sign in to comment.