Skip to content

Commit

Permalink
Merge pull request #25 from Rvey/patch-1
Browse files Browse the repository at this point in the history
update login functions
  • Loading branch information
bobdenotter authored Sep 8, 2022
2 parents 7ceed7a + 5e80e63 commit 702a954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ For logging in:
| ------------- |:-------------:|
| `login_form_username` | Renders the username field |
| `login_form_password` | Renders the password field |
| `registration_form_csrf` | Renders a hidden field that contains a CSRF token. |
| `registration_form_submit` | Renders the submit button |
| `login_form_csrf` | Renders a hidden field that contains a CSRF token. |
| `login_form_submit` | Renders the submit button |


Each field function above takes an optional `withlabel` argument and the `labels` argument
Expand Down

0 comments on commit 702a954

Please sign in to comment.