Skip to content

Commit

Permalink
Public Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesprovus committed Jun 6, 2023
1 parent 5a0dd77 commit faaff18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/src/auth.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const CLIENT_ID = '799933401682-pfkgrgs9re98s7ch30tc6t0eqiht5n0v.apps.googleusercontent.com';
const API_KEY = 'AIzaSyB-X-ejFcyTCbqJVdtPtl8G4JQJNPv3rNw';
const CLIENT_ID = '<CLIENT ID HERE>';
const API_KEY = '<API KEY HERE>';

// Discovery doc URL for APIs used by the quickstart
const DISCOVERY_DOC = 'https://slides.googleapis.com/$discovery/rest?version=v1';
Expand Down

0 comments on commit faaff18

Please sign in to comment.