You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/auth-router-provider/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Be sure to pay attention to the following features in this example:
15
15
16
16
- The use of a standalone object _outside of the React tree_ that manages our authentication state
17
17
- The use of `loader` functions to check for user authentication
18
-
- The use of `redirect` from the `/protexted``loader` when the user is not logged in
18
+
- The use of `redirect` from the `/protected``loader` when the user is not logged in
19
19
- The use of a `<Form>` and an `action` to perform the login
20
20
- The use of a `from` search param and a `redirectTo` hidden input to preserve the previous location so you can send the user there after they authenticate
21
21
- The use of `<Form replace>` to replace the `/login` route in the history stack so the user doesn't return to the login page when clicking the back button after logging in
0 commit comments