1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-05 15:47:25 +02:00

Improve documentation in 'confirmEmail' method from 'Auth' class

This commit is contained in:
Marco
2017-11-08 19:23:22 +01:00
parent dbbbf1b193
commit 7a94c6acef

View File

@@ -568,6 +568,7 @@ final class Auth extends UserManager {
}
}
// consume the token just being used for confirmation
try {
$this->db->delete(
$this->dbTablePrefix . 'users_confirmations',