Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysanthos committed Dec 5, 2022
1 parent a100d9c commit 4b9d2ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Listeners/OtpListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@ public function clear(Logout $event)
Session::forget(
app(OtpService::class)->generateVerifiedKey($event->user)
);

Session::forget(
app(OtpService::class)->generateOtpSentKey($event->user)
);
}
}

0 comments on commit 4b9d2ff

Please sign in to comment.