15 lines
408 B
Text
15 lines
408 B
Text
---
|
|
title: Restrict processing of your data
|
|
sidebar_position: 43
|
|
---
|
|
|
|
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
|
import { RoleBlock } from '@freesewing/react/components/Role'
|
|
import { Restrict } from '@freesewing/react/components/Account'
|
|
import Link from '@docusaurus/Link'
|
|
|
|
<DocusaurusDoc>
|
|
<RoleBlock role="user">
|
|
<Restrict Link={Link} />
|
|
</RoleBlock>
|
|
</DocusaurusDoc>
|