From 79d2006430b3ce2613c716dafda9913fca1d2813 Mon Sep 17 00:00:00 2001 From: Rajesh Goyal Date: Sun, 20 Apr 2025 21:29:23 +0530 Subject: [PATCH] Update authentication.md - code need to be aligned a bit Signed-off-by: Rajesh Goyal --- docs/getting-started/config/authentication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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