Skip to content

Commit 7bc9f62

Browse files
authored
Merge pull request #6 from chrysanthos/bugfix/fix-typo
Fix typo
2 parents ae12d60 + 3cb947e commit 7bc9f62

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
@@ -42,6 +42,6 @@ public function resend()
4242

4343
$service->generateOtpAndSend($user);
4444

45-
return back()->with('status', 'The OTP has been resend.');
45+
return back()->with('status', 'The OTP has been resent.');
4646
}
4747
}

0 commit comments

Comments
 (0)