Skip to content

Commit

Permalink
Fix send_session route from Magic Link
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraBeatris committed Dec 12, 2023
1 parent ef821a6 commit 073494a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/workos/passwordless.ex
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ defmodule WorkOS.Passwordless do
WorkOS.Client.post(
client,
Send,
"/passwordless/sessions/:id",
"/passwordless/sessions/:id/send",
%{},
opts: [
path_params: [id: session_id]
Expand Down

0 comments on commit 073494a

Please sign in to comment.