feat: add SAML settings UI

This commit is contained in:
Shivam Mishra
2025-09-01 12:10:58 +05:30
parent b81683a4de
commit 2dbd43217c
6 changed files with 288 additions and 1 deletions
@@ -488,6 +488,12 @@ const menuItems = computed(() => {
icon: 'i-lucide-clock-alert',
to: accountScopedRoute('sla_list'),
},
{
name: 'Settings Security',
label: t('SIDEBAR.SECURITY'),
icon: 'i-lucide-shield',
to: accountScopedRoute('security_settings_index'),
},
{
name: 'Settings Billing',
label: t('SIDEBAR.BILLING'),