chore: cleanup

This commit is contained in:
hurxxxx 2025-02-28 08:42:02 +09:00 committed by GitHub
parent c5cfcc1229
commit 77579f5509
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
import { PublicClientApplication } from '@azure/msal-browser';
import type { PopupRequest } from '@azure/msal-browser';
let CLIENT_ID = '521ada3e-6154-4a35-b9d3-51faac8ac944';
let CLIENT_ID = '';
async function getCredentials() {
if (CLIENT_ID) return;