diff --git a/ui-ngx/src/app/modules/home/pages/admin/security-settings.component.html b/ui-ngx/src/app/modules/home/pages/admin/security-settings.component.html index 130a1b2df0..ef29248767 100644 --- a/ui-ngx/src/app/modules/home/pages/admin/security-settings.component.html +++ b/ui-ngx/src/app/modules/home/pages/admin/security-settings.component.html @@ -164,6 +164,8 @@ admin.jwt.security-settings + +
diff --git a/ui-ngx/src/app/shared/models/constants.ts b/ui-ngx/src/app/shared/models/constants.ts index 5d55717c07..8648973c72 100644 --- a/ui-ngx/src/app/shared/models/constants.ts +++ b/ui-ngx/src/app/shared/models/constants.ts @@ -166,6 +166,7 @@ export const HelpLinks = { templateNotifications: helpBaseUrl + '/docs/user-guide/notifications/#templates', recipientNotifications: helpBaseUrl + '/docs/user-guide/notifications/#recipients', ruleNotifications: helpBaseUrl + '/docs/user-guide/notifications/#rules', + jwtSecuritySettings: helpBaseUrl + '/docs/user-guide/ui/jwt-security-settings/', } };