We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5cfcc1 commit 77579f5Copy full SHA for 77579f5
src/lib/utils/onedrive-file-picker.ts
@@ -1,7 +1,7 @@
1
import { PublicClientApplication } from '@azure/msal-browser';
2
import type { PopupRequest } from '@azure/msal-browser';
3
4
-let CLIENT_ID = '521ada3e-6154-4a35-b9d3-51faac8ac944';
+let CLIENT_ID = '';
5
6
async function getCredentials() {
7
if (CLIENT_ID) return;
0 commit comments