Skip to content

Commit

Permalink
Update Login.tsx
Browse files Browse the repository at this point in the history
updated google oauth client ID on Login.tsx component
  • Loading branch information
mcummings190 authored Jan 11, 2024
1 parent 6a673f2 commit 2e92aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function Login() {
const options: Options = {
redirect_uri: 'http://db-spy.io/display/',
client_id:
'507124943654-nd7fhcdfvmendo2ntsrpj0pifg7paa36.apps.googleusercontent.com',
'1050970973422-4am2mv6e621f83lggfcjubkl3hqtoj0k.apps.googleusercontent.com',
access_type: 'offline',
response_type: 'code',
prompt: 'consent',
Expand Down

0 comments on commit 2e92aab

Please sign in to comment.