Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenclouston committed Apr 11, 2024
1 parent 454fd45 commit e34d27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/authsignal/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_user(user_id:, redirect_url: nil)
def validate_challenge(user_id: nil, token:)
path = "/validate"

response = post("path", query: {}, body: { user_id: user_id, token: token }.to_json)
response = post(path, query: {}, body: { user_id: user_id, token: token }.to_json)
handle_response(response)
end

Expand Down

0 comments on commit e34d27e

Please sign in to comment.