Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris-B authored Feb 20, 2017
1 parent 9b052b3 commit 05282d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dist/authorize.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

// Google OAUTH 2.0 API: https://developers.google.com/identity/protocols/OpenIDConnect

ini_set('display_errors', 1);

const API_BASE_PATH = 'https://www.googleapis.com';
const OAUTH2_TOKEN_URI = 'https://www.googleapis.com/oauth2/v4/token';
const OAUTH2_AUTH_URL = 'https://accounts.google.com/o/oauth2/auth';
Expand Down

0 comments on commit 05282d5

Please sign in to comment.