Skip to content

Commit 65691d8

Browse files
committed
Remove unused function invalidateVerificationToken
1 parent d2828cb commit 65691d8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/libraries/User.php

-5
Original file line numberDiff line numberDiff line change
@@ -569,11 +569,6 @@ public function getVerifierToken()
569569
return $this->verifier_token;
570570
}
571571

572-
public function invalidateVerificationToken()
573-
{
574-
return $this->setVerifierToken(null);
575-
}
576-
577572
public function isDisabled()
578573
{
579574
return $this->getOption(self::OPTION_DISABLED);

0 commit comments

Comments
 (0)