mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 10:35:35 +01:00
Cleaned up pages. Fixed SSO page.
This commit is contained in:
parent
3720a5a2fc
commit
5e3c135388
11 changed files with 48 additions and 37 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import TestConsole from '../TestConsole';
|
||||
import { Metadata } from 'next';
|
||||
|
||||
async function getEnabled() {
|
||||
return !!process.env.ENABLE_TEST_CONSOLE;
|
||||
|
|
@ -13,3 +14,7 @@ export default async function ConsolePage() {
|
|||
|
||||
return <TestConsole />;
|
||||
}
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Test Console | umami',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue