docs: remove plugins from createApp examples + clarify app auth tutorial

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-05-23 19:37:37 +02:00
parent dc7ac4076a
commit 32925b0d00
2 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -329,12 +329,12 @@ above:
### 6. In the same file, modify createApp
Remember to modify the provider information based on the table above.
Remember to add or modify a `SignInPage` component for `createApp`, using
provider information based on the table above.
```tsx
const app = createApp({
apis,
plugins: Object.values(plugins),
components: {
SignInPage: props => (
<SignInPage