Skip to content

Commit 77579f5

Browse files
authored
chore: cleanup
1 parent c5cfcc1 commit 77579f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils/onedrive-file-picker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { PublicClientApplication } from '@azure/msal-browser';
22
import type { PopupRequest } from '@azure/msal-browser';
33

4-
let CLIENT_ID = '521ada3e-6154-4a35-b9d3-51faac8ac944';
4+
let CLIENT_ID = '';
55

66
async function getCredentials() {
77
if (CLIENT_ID) return;

0 commit comments

Comments
 (0)