Skip to content

Commit

Permalink
Update 03_login_logout_profile_register.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dpf-dd authored Mar 6, 2024
1 parent 01b20a8 commit 133eb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/03_login_logout_profile_register.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $form = rex_yform::factory();
$form->setObjectparams('form_name', 'logout_form');
$form->setObjectparams('form_action', rex_getUrl());

$form->setActionField('ycom_auth_logout', ['logout']);
$form->setValueField('ycom_auth_logout', ['logout']);

echo $form->getForm();
```
Expand Down

0 comments on commit 133eb7d

Please sign in to comment.