Skip to content

Commit 72bae11

Browse files
authored
Merge pull request #64 from Ultimater/patch-1
Update SessionController.php
2 parents f7caf7e + cdbad03 commit 72bae11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/SessionController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function initialize()
1616
public function indexAction()
1717
{
1818
if (!$this->request->isPost()) {
19-
$this->tag->setDefault('email', 'demo@phalconphp.com');
19+
$this->tag->setDefault('email', 'demo');
2020
$this->tag->setDefault('password', 'phalcon');
2121
}
2222
}

0 commit comments

Comments
 (0)