Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
afsakar committed Jun 9, 2024
1 parent 2ebb4e1 commit 64baf06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ This is the contents of the published config file:
return [
'table_name' => 'otp_codes', // Table name to store OTP codes

'user_model' => env('OTP_LOGIN_USER_MODEL', 'App\\Models\\User',), // User model to store OTP codes

'otp_code' => [
'length' => env('OTP_LOGIN_CODE_LENGTH', 6), // Length of the OTP code
'expires' => env('OTP_LOGIN_CODE_EXPIRES_SECONDS', 120), // Expiration time of the OTP code in seconds
Expand Down

0 comments on commit 64baf06

Please sign in to comment.