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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ ownProps will be null if isOnEnter is true because onEnter hooks cannot receive
110
110
*`[redirectAction]`\(*Function*): Optional redux action creator for redirecting the user. If not present, will use React-Router's router context to perform the transition.
111
111
*`[wrapperDisplayName]`\(*String*): Optional name describing this authentication or authorization check.
112
112
It will display in React-devtools. Defaults to `UserAuthWrapper`
113
-
*`[predicate(authData): Bool]`\(*Function*): Optional function to be passed the result of the `userAuthSelector` param.
113
+
*`[predicate(authData): Bool]`\(*Function*): Optional function to be passed the result of the `authSelector` param.
114
114
If it evaluates to false the browser will be redirected to `failureRedirectPath`, otherwise `DecoratedComponent` will be rendered.
115
115
*`[allowRedirect]`\(*Bool*): Optional bool on whether to pass a `redirect` query parameter to the `failureRedirectPath`
0 commit comments