add create idp wizard for oidc

This commit is contained in:
miloschwartz 2025-04-16 22:39:24 -04:00
parent 334fc55dd0
commit 189b739997
No known key found for this signature in database
9 changed files with 834 additions and 36 deletions

View file

@ -106,8 +106,7 @@ export function SidebarNav({
<div
className={cn(
"flex items-center w-full transition-colors rounded-md",
isActive && level === 0 && "bg-primary/10",
"group-hover:bg-muted"
isActive && level === 0 && "bg-primary/10"
)}
>
<Link