1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-06 08:07:27 +02:00

Remove superfluous comment in 'UserManager'

This commit is contained in:
Marco
2017-11-08 19:18:14 +01:00
parent 9637dfa60d
commit dbbbf1b193

View File

@@ -308,8 +308,6 @@ abstract class UserManager {
$selector = self::createRandomString(16);
$token = self::createRandomString(16);
$tokenHashed = \password_hash($token, \PASSWORD_DEFAULT);
// the request shall be valid for one day
$expires = \time() + self::CONFIRMATION_REQUESTS_TTL_IN_SECONDS;
try {