Skip to content

Commit 682cefb

Browse files
committed
Fix user preload
1 parent 145291f commit 682cefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebApp/BootstrapTheme/LoginPage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ protected function getLoginForm() {
3232
$form->setAction($this->request->originalPath);
3333

3434
$userid = $this->request->getPostParam('userid', '');
35-
$user = new \WebApp\Component\TextInput($form, 'userid', $uid);
35+
$user = new \WebApp\Component\TextInput($form, 'userid', $userid);
3636
$user->setLabel('login_userid_label');
3737
$user->setPlaceholder('login_userid_placeholder');
3838

0 commit comments

Comments
 (0)