Skip to content

Commit 89e3f76

Browse files
chrysanthosgithub-actions[bot]
authored andcommitted
formatting
1 parent e9a08e8 commit 89e3f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Controllers/OtpVerificationController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function send()
2424

2525
$key = $service->generateKey($user);
2626

27-
if (request()->integer('otp-code') === (int)Session::get($key)) {
27+
if (request()->integer('otp-code') === (int) Session::get($key)) {
2828
Cache::forever($service->generateVerifiedKey($user), true);
2929
Session::forget($key);
3030

0 commit comments

Comments
 (0)