Skip to content

Commit 35ac251

Browse files
committed
chore: move multi-step-sign-in to connect your front end
1 parent aee8c2f commit 35ac251

File tree

2 files changed

+3
-3
lines changed
  • src

2 files changed

+3
-3
lines changed

src/directory/directory.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ export const directory = {
122122
},
123123
{
124124
path: 'src/pages/[platform]/build-a-backend/auth/connect-your-frontend/delete-user-account/index.mdx'
125+
},
126+
{
127+
path: 'src/pages/[platform]/build-a-backend/auth/connect-your-frontend/multi-step-sign-in/index.mdx'
125128
}
126129
]
127130
},
@@ -156,9 +159,6 @@ export const directory = {
156159
}
157160
]
158161
},
159-
{
160-
path: 'src/pages/[platform]/build-a-backend/auth/multi-step-sign-in/index.mdx'
161-
},
162162
{
163163
path: 'src/pages/[platform]/build-a-backend/auth/sign-in-with-web-ui/index.mdx'
164164
},
File renamed without changes.

0 commit comments

Comments
 (0)