Skip to content

Commit

Permalink
write some nice copy explaining auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Dec 10, 2023
1 parent 0ab7ff0 commit 6dda388
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ export function AuthMethodSettings() {
return (
<SettingsSection gap="4">
<Heading size="md">Authentication methods</Heading>
<p>
We recommend you add more than one method of authentication to your
account. This will help you recover your account if you lose access to
one of your devices.
</p>
{available.password && <Password active={active.password.length > 0} />}
{available.webauthn && <Devices active={active.webauthn} />}
<OAuth active={active.methods} available={available.oauth} />
Expand Down

2 comments on commit 6dda388

@vercel
Copy link

@vercel vercel bot commented on 6dda388 Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 6dda388 Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.