mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 00:27:11 +01:00
Fix user logic.
This commit is contained in:
parent
02a1438cfe
commit
89f2fd601e
5 changed files with 2 additions and 23 deletions
|
|
@ -3,7 +3,7 @@ export default () => null;
|
|||
export async function getServerSideProps() {
|
||||
return {
|
||||
redirect: {
|
||||
destination: '/buttons/websites',
|
||||
destination: '/settings/websites',
|
||||
permanent: true,
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue