Option to regenerate Newt keys

This commit is contained in:
Pallavi Kumari
2025-10-26 21:00:46 +05:30
parent 42091e88cb
commit d32505a833
13 changed files with 491 additions and 41 deletions

View File

@@ -36,6 +36,10 @@ export default async function SettingsLayout(props: SettingsLayoutProps) {
{
title: t('general'),
href: "/{orgId}/settings/sites/{niceId}/general"
},
{
title: t('credentials'),
href: "/{orgId}/settings/sites/{niceId}/credentials"
}
];