summaryrefslogtreecommitdiff
path: root/app/Auth/RememberMe.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-10-17 10:09:03 -0400
committerFrederic Guillot <fred@kanboard.net>2015-10-17 10:09:03 -0400
commit8c532efd5f02f7a7e5ea322a07ddcf49d130a8ec (patch)
tree289222e21420b8d0092f06de097090f179202f6b /app/Auth/RememberMe.php
parentb40190ee9fd557d86e594208ed77fa762c7dcfb7 (diff)
Run php-cs-fixer on the code base
Diffstat (limited to 'app/Auth/RememberMe.php')
-rw-r--r--app/Auth/RememberMe.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Auth/RememberMe.php b/app/Auth/RememberMe.php
index 6569463d..bba2bda6 100644
--- a/app/Auth/RememberMe.php
+++ b/app/Auth/RememberMe.php
@@ -88,7 +88,6 @@ class RememberMe extends Base
$credentials = $this->readCookie();
if ($credentials !== false) {
-
$record = $this->find($credentials['token'], $credentials['sequence']);
if ($record) {
@@ -144,7 +143,6 @@ class RememberMe extends Base
$credentials = $this->readCookie();
if ($credentials !== false) {
-
$this->deleteCookie();
$this->db