We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee8c2f commit 35ac251Copy full SHA for 35ac251
src/directory/directory.mjs
@@ -122,6 +122,9 @@ export const directory = {
122
},
123
{
124
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'
128
}
129
]
130
@@ -156,9 +159,6 @@ export const directory = {
156
159
157
160
158
161
- {
- path: 'src/pages/[platform]/build-a-backend/auth/multi-step-sign-in/index.mdx'
- },
162
163
path: 'src/pages/[platform]/build-a-backend/auth/sign-in-with-web-ui/index.mdx'
164
src/pages/[platform]/build-a-backend/auth/multi-step-sign-in/index.mdx renamed to src/pages/[platform]/build-a-backend/auth/connect-your-frontend/multi-step-sign-in/index.mdx
0 commit comments