mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Teams context settings.
This commit is contained in:
parent
4429198397
commit
8f853ddb97
77 changed files with 317 additions and 272 deletions
|
|
@ -78,6 +78,11 @@ const redirects = [
|
|||
destination: '/teams/:id/websites',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/teams/:id/settings',
|
||||
destination: cloudMode ? `${cloudUrl}/teams/:id/settings` : '/teams/:id/settings/team',
|
||||
permanent: true,
|
||||
},
|
||||
];
|
||||
|
||||
if (cloudMode && cloudUrl && disableLogin) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue