mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
Add OIDC authentification in project
This commit is contained in:
parent
777515f754
commit
7f904d9e92
17 changed files with 547 additions and 26 deletions
|
|
@ -19,6 +19,11 @@ export default function SettingsLayout({ children }: { children: ReactNode }) {
|
|||
label: formatMessage(labels.users),
|
||||
url: '/settings/users',
|
||||
},
|
||||
user.isAdmin && {
|
||||
key: 'oidc',
|
||||
label: 'OIDC',
|
||||
url: '/settings/oidc',
|
||||
},
|
||||
].filter(n => n);
|
||||
|
||||
return <MenuLayout items={items}>{children}</MenuLayout>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue