Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
luiz-albertoni committed Dec 20, 2018
1 parent 775c694 commit c8148bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Edit app/config/service.php to add the code below
'github' => [
'client_id' => env('GITHUB_CLIENT_ID'),
'client_secret' => env('GITHUB_CLIENT_SECRET'),
'redirect' => ' https://{{APP_NAME}}/auth/github/callback',
'redirect' => "https://" . env("APP_NAME") . '/auth/github/callback',
],
~~~

Expand Down

0 comments on commit c8148bf

Please sign in to comment.