We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a08e8 commit 89e3f76Copy full SHA for 89e3f76
src/Http/Controllers/OtpVerificationController.php
@@ -24,7 +24,7 @@ public function send()
24
25
$key = $service->generateKey($user);
26
27
- if (request()->integer('otp-code') === (int)Session::get($key)) {
+ if (request()->integer('otp-code') === (int) Session::get($key)) {
28
Cache::forever($service->generateVerifiedKey($user), true);
29
Session::forget($key);
30
0 commit comments