mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
Hide user button for cloud.
This commit is contained in:
parent
6ee27a7e53
commit
4f098a34c1
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ export default function SingleSignOnPage() {
|
|||
|
||||
router.push(url);
|
||||
}
|
||||
}, [url, token]);
|
||||
}, [router, url, token]);
|
||||
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue