mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 05:07:15 +01:00
Merge branch 'dev' into analytics
This commit is contained in:
commit
a985245c79
1 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,10 @@
|
|||
import { Suspense } from 'react';
|
||||
import SSOPage from './SSOPage';
|
||||
|
||||
export default function () {
|
||||
return <SSOPage />;
|
||||
return (
|
||||
<Suspense>
|
||||
<SSOPage />
|
||||
</Suspense>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue