Skip to content

Commit

Permalink
Fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikker committed Nov 7, 2023
1 parent 967562a commit 59c7e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailers/passwordless/mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def sign_in(session, token = nil)
{
controller: "passwordless/sessions",
action: "confirm",
id: session.id,
id: session.identifier,
token: token,
authenticatable: "user",
resource: "users"
Expand Down

0 comments on commit 59c7e77

Please sign in to comment.