Skip to content

Commit

Permalink
The context property is not experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
Jako authored Feb 13, 2024
1 parent e61db61 commit 196c2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/extras/login/login.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Login comes with some configuration properties you can set to adjust the way Log
| loginMsg | Optional label message for login action. If blank, will default to lexicon string for Login. | |
| logoutMsg | Optional label message for logout action. If blank, will default to lexicon string for Logout. | |
| redirectToPrior | If true, will redirect to the referring page (HTTP\_REFERER) on successful login. | 0 |
| contexts | (Experimental) A comma-separated list of contexts to log in to. Defaults to the current context if not explicitly set. | |
| contexts | A comma-separated list of contexts to log in to. Defaults to the current context if not explicitly set. | |
| preHooks | A comma-separated list of 'hooks', or Snippets, that will be executed before the user is registered but after validation. Also can specify 'recaptcha' as a hook. | |
| postHooks | A comma-separated list of 'hooks', or Snippets, that will be executed after the user is registered. | |
| toPlaceholder | If set, will set the output of the login snippet to a placeholder of this name rather than directly outputting the return contents. | |
Expand Down

0 comments on commit 196c2a4

Please sign in to comment.