mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +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
|
|
@ -4,7 +4,7 @@ import useApi from 'hooks/useApi';
|
|||
import { setUser } from 'store/app';
|
||||
import { removeClientAuthToken } from 'lib/client';
|
||||
|
||||
export default function LogoutPage({ disabled }) {
|
||||
export default function ({ disabled }) {
|
||||
const router = useRouter();
|
||||
const { post } = useApi();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue