Skip to content

Commit 4b9d2ff

Browse files
committed
wip
1 parent a100d9c commit 4b9d2ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Listeners/OtpListener.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@ public function clear(Logout $event)
1313
Session::forget(
1414
app(OtpService::class)->generateVerifiedKey($event->user)
1515
);
16+
17+
Session::forget(
18+
app(OtpService::class)->generateOtpSentKey($event->user)
19+
);
1620
}
1721
}

0 commit comments

Comments
 (0)