Skip to content
Snippets Groups Projects
Verified Commit ad109e19 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: reenable authentication for create

parent 42352ae1
No related branches found
No related tags found
No related merge requests found
Pipeline #48825 passed
......@@ -6,14 +6,10 @@ import { GetServerSideProps } from 'next'
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
const CreateFDO = () => {
return <FdoCreate/>
/*
return (
<Authenticated key="fdo-create">
<FdoCreate/>
</Authenticated>)
*/
}
export default CreateFDO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment