Skip to content

Commit

Permalink
Merge pull request #123 from redlash/master
Browse files Browse the repository at this point in the history
Fix storeOldTimeStamp.
  • Loading branch information
antonioribeiro authored Sep 19, 2020
2 parents 2591fed + 539dd98 commit 1c8f323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Google2FA.php
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public function verifyGoogle2FA($secret, $one_time_password)
*/
protected function verifyAndStoreOneTimePassword($one_time_password)
{
return $this->storeOldTimeStamp(
return $this->storeOldTimestamp(
$this->verifyGoogle2FA(
$this->getGoogle2FASecretKey(),
$one_time_password
Expand Down

0 comments on commit 1c8f323

Please sign in to comment.