mirror of
https://github.com/open-webui/open-webui.git
synced 2025-10-09 20:32:45 +02:00
chore: cleanup
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user