Skip to content

Commit

Permalink
Merge pull request #6 from chrysanthos/bugfix/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
chrysanthos committed Oct 8, 2023
2 parents ae12d60 + 3cb947e commit 7bc9f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/OtpVerificationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ public function resend()

$service->generateOtpAndSend($user);

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

0 comments on commit 7bc9f62

Please sign in to comment.