mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 16:17:13 +01:00
Teams context settings.
This commit is contained in:
parent
4429198397
commit
8f853ddb97
77 changed files with 317 additions and 272 deletions
|
|
@ -1,9 +1,5 @@
|
|||
import UserSettings from './UserSettings';
|
||||
|
||||
export default function ({ params: { userId } }) {
|
||||
if (process.env.cloudMode) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return <UserSettings userId={userId} />;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,5 +11,5 @@ export default function () {
|
|||
);
|
||||
}
|
||||
export const metadata: Metadata = {
|
||||
title: 'Users | umami',
|
||||
title: 'Users | Umami',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue