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

@@ -127,8 +127,8 @@ psl=}
As an Admin, a user has access to the Admin dashboard, along with the user table where they can view and search for users, and edit and update information manually if necessary.
:::tip[Admin Priveleges]
If you'd like to give yourself and/or certain users admin priveleges, follow the instructions in the [Admin Dashboard](/general/admin-dashboard/#permissions) section.
:::tip[Admin Privileges]
If you'd like to give yourself and/or certain users admin privileges, follow the instructions in the [Admin Dashboard](/general/admin-dashboard/#permissions) section.
:::
As a general User, a user has access to the user-facing app that sits behind the login, but not the Admin dashboard. You can further restrict access to certain features within the app by following the [authorization guide](/guides/authorization).

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