Skip to content

Commit dec57e9

Browse files
committed
move import command
1 parent 534becb commit dec57e9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/content/docs/cloudflare-one/identity/one-time-pin.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 2
66
---
77

8-
import { Render } from "~/components";
8+
import { Tabs, TabItem, Render } from '~/components';
99

1010
Cloudflare Access can send a one-time PIN (OTP) to approved email addresses as an alternative to integrating an identity provider. You can simultaneously configure OTP login and the identity provider of your choice to allow users to select their own authentication method.
1111

@@ -15,8 +15,6 @@ For example, if your team uses Okta but you are collaborating with someone outsi
1515

1616
## Set up OTP
1717

18-
import { Tabs, TabItem, Details } from '~/components';
19-
2018
<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">
2119

2220
1. In [Zero Trust](https://one.dash.cloudflare.com), go to **Settings** > **Authentication**.

0 commit comments

Comments
 (0)