Skip to content

Commit 19d6d43

Browse files
committed
change client id for solidtime cloud instance to its seperate client
1 parent 866302f commit 19d6d43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoints/utils/oauth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const endpoint = useStorage(
77
);
88
export const clientId = useStorage(
99
"instance_client_id",
10-
"9c994748-c593-4a6d-951b-6849c829bc4e",
10+
"019b27e8-a52a-71d8-8d67-071cff97f315",
1111
);
1212

1313
// Use chrome.storage for tokens (survives popup closing)

0 commit comments

Comments
 (0)