Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/docs/authentication-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The Login Page. Visit this page at **/auth/login**

The Register Page. Visit this page at **/auth/register**

<include src="docs/auth-page-image.html" page="register"></include><div class="p-5 rounded-b-lg border text-zinc-300 bg-zinc-900 border-zinc-700">The registration page is where a user can sign up for a new account. Additionally, you can require users to provide their full name and allow them so register from any <a href="{ url('/docs/config/social-providers') }">Social Provider</a>.
<include src="docs/auth-page-image.html" page="register"></include><div class="p-5 rounded-b-lg border text-zinc-300 bg-zinc-900 border-zinc-700">The registration page is where a user can sign up for a new account. Additionally, you can require users to provide their full name and allow them to register from any <a href="{ url('/docs/config/social-providers') }">Social Provider</a>.
</div>

## Verify Email
Expand Down Expand Up @@ -68,4 +68,4 @@ You may also visit the `/auth/logout` route to logout and clear the user session

---

Next, lets dive into the customizations you can implement in your authentication pages.
Next, lets dive into the customizations you can implement in your authentication pages.