From 3034f4464e9ebc5dcd8c2287eb61182a9607e6ea Mon Sep 17 00:00:00 2001 From: Dishan Sachin <134765302+skdishansachin@users.noreply.github.com> Date: Fri, 12 Jul 2024 23:18:27 +0530 Subject: [PATCH] fix typo --- content/docs/authentication-pages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/authentication-pages.md b/content/docs/authentication-pages.md index 2cee3ba..c5fe9ec 100644 --- a/content/docs/authentication-pages.md +++ b/content/docs/authentication-pages.md @@ -25,7 +25,7 @@ The Login Page. Visit this page at **/auth/login** The Register Page. Visit this page at **/auth/register** -
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 Social Provider. +
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 Social Provider.
## Verify Email @@ -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. \ No newline at end of file +Next, lets dive into the customizations you can implement in your authentication pages.