Remove unnecessary export of ApiKey component

This commit is contained in:
ekzyis 2024-03-26 19:27:14 +01:00
parent 17a0106fcc
commit e68cbd8469

View File

@ -767,7 +767,7 @@ export function EmailLinkForm ({ callbackUrl }) {
) )
} }
export function ApiKey ({ enabled, apiKey }) { function ApiKey ({ enabled, apiKey }) {
const showModal = useShowModal() const showModal = useShowModal()
const me = useMe() const me = useMe()
const [generateApiKey] = useMutation( const [generateApiKey] = useMutation(