mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 07:37:11 +01:00
Removed naming from index pages.
This commit is contained in:
parent
6b69f69c08
commit
4e6d24e932
24 changed files with 81 additions and 63 deletions
|
|
@ -3,7 +3,7 @@ import { Loading } from 'react-basics';
|
|||
import { useRouter } from 'next/router';
|
||||
import { setClientAuthToken } from 'lib/client';
|
||||
|
||||
export default function SingleSignOnPage() {
|
||||
export default function () {
|
||||
const router = useRouter();
|
||||
const { token, url } = router.query;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue