Tweak example GitHub redirect URI

This commit is contained in:
Curtis McEnroe 2015-12-01 19:10:49 -05:00
parent 21facd2354
commit 7ca874de6b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ fn main() {
Default::default(),
"01774654cd9a6051e478",
"9f14d16d95d605e715ec1a9aecec220d2565fd5c",
Some("https://cmcenroe.me/oauth2-paste")
Some("https://cmcenroe.me/oauth2-paste/")
);
let auth_uri = client.auth_uri(Some("user"), None).unwrap();