Update user-overview.md & guided-tour.md fixing typos (#230)

* Update user-overview.md

* updated guided-tour
This commit is contained in:
Yoseph Tamene
2024-07-15 05:15:43 -04:00
committed by GitHub
parent f9c920f0f1
commit c9d43586bb
2 changed files with 3 additions and 3 deletions

View File

@@ -158,7 +158,7 @@ This template comes with a fully functional auth flow out of the box. It takes a
By defining the auth structure in your `main.wasp` file, Wasp manages all the necessary code for you, including:
- Email verified login with reset password
- Social login with Google and/or GitHub
- Auth-related databse entities for user credentials, sessions, and social logins
- Auth-related database entities for user credentials, sessions, and social logins
- Custom-generated AuthUI components for login, signup, and reset password
- Auth hooks for fetching user data