From 7a94c6acef0e6bc1ccc6e5c3ff72bad56b48d0c7 Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 8 Nov 2017 19:23:22 +0100 Subject: [PATCH] Improve documentation in 'confirmEmail' method from 'Auth' class --- src/Auth.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Auth.php b/src/Auth.php index 6494249..3102029 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -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',