We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145291f commit 682cefbCopy full SHA for 682cefb
src/WebApp/BootstrapTheme/LoginPage.php
@@ -32,7 +32,7 @@ protected function getLoginForm() {
32
$form->setAction($this->request->originalPath);
33
34
$userid = $this->request->getPostParam('userid', '');
35
- $user = new \WebApp\Component\TextInput($form, 'userid', $uid);
+ $user = new \WebApp\Component\TextInput($form, 'userid', $userid);
36
$user->setLabel('login_userid_label');
37
$user->setPlaceholder('login_userid_placeholder');
38
0 commit comments