Skip to content

Commit 1a95b05

Browse files
committed
whoops, here it is...
1 parent bfd70f8 commit 1a95b05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tqdev/PhpCrudApi/Middleware/DbAuthMiddleware.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public function process(ServerRequestInterface $request, RequestHandlerInterface
5959
$passwordLength = $this->getProperty('passwordLength', '12');
6060
$pkName = $table->getPk()->getName();
6161
$registerUser = $this->getProperty('registerUser', '');
62+
$loginAfterRegistration = $this->getProperty('loginAfterRegistration', '');
6263
$condition = new ColumnCondition($usernameColumn, 'eq', $username);
6364
$returnedColumns = $this->getProperty('returnedColumns', '');
6465
if (!$returnedColumns) {

0 commit comments

Comments
 (0)