mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-13 01:02:25 -06:00
refac
This commit is contained in:
@@ -78,7 +78,8 @@ class OneDriveConfig {
|
||||
const msalParams = {
|
||||
auth: {
|
||||
authority: `https://login.microsoftonline.com/${authorityEndpoint}`,
|
||||
clientId: clientId
|
||||
clientId: clientId,
|
||||
redirectUri: window.location.origin
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user