Skip to content

Commit 931c90e

Browse files
committed
Fix up docs for redirect_uri
1 parent 384b71f commit 931c90e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ueberauth/strategy/github/oauth.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule Ueberauth.Strategy.Github.OAuth do
2222
2323
Optionally include any OAuth2 options here to be merged with the defaults.
2424
25-
Ueberauth.Strategy.Github.OAuth.client(redirect_url: "http://localhost:4000/auth/github/callback")
25+
Ueberauth.Strategy.Github.OAuth.client(redirect_uri: "http://localhost:4000/auth/github/callback")
2626
2727
This will be setup automatically for you in `Ueberauth.Strategy.Github`.
2828
These options are only useful for usage outside the normal callback phase of Ueberauth.

0 commit comments

Comments
 (0)