From 32925b0d00dd757e034e45352c8cce5379679c47 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sun, 23 May 2021 19:37:37 +0200 Subject: [PATCH] docs: remove plugins from createApp examples + clarify app auth tutorial Signed-off-by: Patrik Oldsberg --- docs/auth/index.md | 2 -- docs/tutorials/quickstart-app-auth.md | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/auth/index.md b/docs/auth/index.md index f3783c79f3..000c57a50c 100644 --- a/docs/auth/index.md +++ b/docs/auth/index.md @@ -77,7 +77,6 @@ built-in providers: + const app = createApp({ apis, - plugins: Object.values(plugins), + components: { + SignInPage: props => ( + ( + (