Skip to content

Commit

Permalink
truncate client id
Browse files Browse the repository at this point in the history
  • Loading branch information
michelle0927 committed Sep 16, 2024
1 parent 483c6ca commit 27fad26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion platform/dist/constants.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export declare const DEFAULT_POLLING_SOURCE_TIMER_INTERVAL: number;
export declare const PD_OFFICIAL_GMAIL_OAUTH_CLIENT_ID = "38931588176-fnd4m13k1mjb6djallp1m9kr7o8kslcu.apps.googleusercontent.com";
export declare const PD_OFFICIAL_GMAIL_OAUTH_CLIENT_ID = "fnd4m13k1mjb6djallp1m9kr7o8kslcu";
2 changes: 1 addition & 1 deletion platform/dist/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Object.defineProperty(exports, "__esModule", { value: true });
exports.PD_OFFICIAL_GMAIL_OAUTH_CLIENT_ID = exports.DEFAULT_POLLING_SOURCE_TIMER_INTERVAL = void 0;
exports.DEFAULT_POLLING_SOURCE_TIMER_INTERVAL = 60 * 15;
exports.PD_OFFICIAL_GMAIL_OAUTH_CLIENT_ID = "38931588176-fnd4m13k1mjb6djallp1m9kr7o8kslcu.apps.googleusercontent.com";
exports.PD_OFFICIAL_GMAIL_OAUTH_CLIENT_ID = "fnd4m13k1mjb6djallp1m9kr7o8kslcu";
2 changes: 1 addition & 1 deletion platform/lib/constants.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const DEFAULT_POLLING_SOURCE_TIMER_INTERVAL = 60 * 15;
export const PD_OFFICIAL_GMAIL_OAUTH_CLIENT_ID = "38931588176-fnd4m13k1mjb6djallp1m9kr7o8kslcu.apps.googleusercontent.com";
export const PD_OFFICIAL_GMAIL_OAUTH_CLIENT_ID = "fnd4m13k1mjb6djallp1m9kr7o8kslcu";

0 comments on commit 27fad26

Please sign in to comment.