Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikker authored Oct 7, 2024
1 parent 6ab4141 commit d33e81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Passwordless.configure do |config|

config.paranoid = false # Display email sent notice even when the resource is not found.

config.after_session_confirm = ->(session) {} # Called after a session is confirmed.
config.after_session_confirm = ->(request, session) {} # Called after a session is confirmed.
end
```

Expand Down

0 comments on commit d33e81a

Please sign in to comment.