Skip to content

Commit

Permalink
Fix Doku: 03_login_logout_profile_register.md (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrant88 authored Mar 4, 2024
1 parent e78b309 commit 01b20a8
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 @@ -28,7 +28,7 @@ $form->setValueField('password', ['password', 'Passwort']);
$form->setValidateField('empty', ['login', 'Bitte geben Sie Ihren Benutzernamen ein']);
$form->setValidateField('empty', ['password', 'Bitte geben Sie Ihr Passwort ein']);

$form->setActionField('ycom_auth_returnto', ['returnTo']);
$form->setValueField('ycom_auth_returnto', ['returnTo']);

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

0 comments on commit 01b20a8

Please sign in to comment.