mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Merge branch 'dev' into analytics
This commit is contained in:
commit
a985245c79
@ -1,5 +1,10 @@
|
|||||||
|
import { Suspense } from 'react';
|
||||||
import SSOPage from './SSOPage';
|
import SSOPage from './SSOPage';
|
||||||
|
|
||||||
export default function () {
|
export default function () {
|
||||||
return <SSOPage />;
|
return (
|
||||||
|
<Suspense>
|
||||||
|
<SSOPage />
|
||||||
|
</Suspense>
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user