Skip to content

Commit 2e92aab

Browse files
authored
Update Login.tsx
updated google oauth client ID on Login.tsx component
1 parent 6a673f2 commit 2e92aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default function Login() {
5656
const options: Options = {
5757
redirect_uri: 'http://db-spy.io/display/',
5858
client_id:
59-
'507124943654-nd7fhcdfvmendo2ntsrpj0pifg7paa36.apps.googleusercontent.com',
59+
'1050970973422-4am2mv6e621f83lggfcjubkl3hqtoj0k.apps.googleusercontent.com',
6060
access_type: 'offline',
6161
response_type: 'code',
6262
prompt: 'consent',

0 commit comments

Comments
 (0)