Skip to content

Commit

Permalink
Remove tab
Browse files Browse the repository at this point in the history
  • Loading branch information
krukas authored and vijay-wagento committed Jun 4, 2018
1 parent 7f34b22 commit 349d178
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private function isTokenExpired(Token $token): bool
}

if (empty($tokenTtl)) {
return false;
return false;
}

if ($this->dateTime->strToTime($token->getCreatedAt()) < ($this->date->gmtTimestamp() - $tokenTtl * 3600)) {
Expand Down

0 comments on commit 349d178

Please sign in to comment.