Skip to content

Commit 48a0f56

Browse files
totaltrashpi0
authored andcommitted
docs: update redirect config in documentation (#17)
redirect config was moved and renamed in 3.0, readme was incorrect though
1 parent 5603fa0 commit 48a0f56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Sets the global settings for store **logout** action.
7373
* **type** - Sets the token type of the authorization header.
7474
7575
#### redirect
76-
* **notLoggedInRedirectTo** - Sets the redirect URL default of the users not logged in. Only when `auth` middleware is added to a page.
77-
* **loggedInRedirectTo** - Sets the redirect URL default of the users logged in. Only when `no-auth` middleware is added to a page.
76+
* **notLoggedIn** - Sets the redirect URL default of the users not logged in. Only when `auth` middleware is added to a page.
77+
* **loggedIn** - Sets the redirect URL default of the users logged in. Only when `no-auth` middleware is added to a page.
7878
7979
## Example usage
8080

0 commit comments

Comments
 (0)