Skip to content

Commit

Permalink
docs: change demo oauth client
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Jan 17, 2025
1 parent 4ef6c02 commit 123ae87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/drive-picker/drive-picker-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ declare global {
*
*```html
*<drive-picker
* app-id="675807958095"
* client-id="675807958095-nsptdcn5qdb6pl44cge1c6ghact9t5q0.apps.googleusercontent.com"
* app-id="246724281745"
* client-id="246724281745-v9ouai8ood5o69r3ug29aaqeqflomijd.apps.googleusercontent.com"
*>
* <drive-picker-docs-view></drive-picker-docs-view>
*</drive-picker>
Expand Down
4 changes: 2 additions & 2 deletions src/stories/utils/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ export const META_PARAMETERS = {
},
};

export const APP_ID = "675807958095";
export const APP_ID = "246724281745";
export const CLIENT_ID =
"675807958095-nsptdcn5qdb6pl44cge1c6ghact9t5q0.apps.googleusercontent.com";
"246724281745-v9ouai8ood5o69r3ug29aaqeqflomijd.apps.googleusercontent.com";

0 comments on commit 123ae87

Please sign in to comment.