mirror of
https://github.com/open-webui/open-webui
synced 2025-03-09 14:10:46 +00:00
chore: cleanup
This commit is contained in:
parent
c5cfcc1229
commit
77579f5509
@ -1,7 +1,7 @@
|
|||||||
import { PublicClientApplication } from '@azure/msal-browser';
|
import { PublicClientApplication } from '@azure/msal-browser';
|
||||||
import type { PopupRequest } 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() {
|
async function getCredentials() {
|
||||||
if (CLIENT_ID) return;
|
if (CLIENT_ID) return;
|
||||||
|
Loading…
Reference in New Issue
Block a user