mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-19 00:40:40 +02:00
add create idp wizard for oidc
This commit is contained in:
parent
334fc55dd0
commit
189b739997
9 changed files with 834 additions and 36 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue