diff --git a/docs/getting-started/config/authentication.md b/docs/getting-started/config/authentication.md index 25f3fe05cd..cb0a329ae1 100644 --- a/docs/getting-started/config/authentication.md +++ b/docs/getting-started/config/authentication.md @@ -60,8 +60,8 @@ Search for `const app = createApp({` in this file, and replace: ```tsx title="packages/app/src/App.tsx" components: { - SignInPage: props => , - }, + SignInPage: props => , +}, ``` with