Skip to content

Commit

Permalink
Clarify that Server Page implementation does not need the Login clien…
Browse files Browse the repository at this point in the history
…t component

Co-authored-by: Heather Pundt <119376175+heatheramz@users.noreply.github.com>
  • Loading branch information
kevinold and heatheramz authored Jan 26, 2024
1 parent ba0cc98 commit 4f9c194
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default function LoginPage() {

<Accordion title="Custom <Authenticator> example">

Some applications require more customization for the `<Authenticator>` component. The following example shows how to add a custom Header to the `<Authenticator>`.
Some applications require more customization for the `<Authenticator>` component. The following example shows how to add a custom Header to the `<Authenticator>`. For this use, you will not need the `Login` file in the `components` folder but can do everything through the `page` file in the `app/login/` folder.

```ts title="app/login/page.tsx"
// app/login/page.tsx - Custom <Authenticator>
Expand Down

0 comments on commit 4f9c194

Please sign in to comment.