From 21cc8281323d505d7d084cc496bd433063315c86 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sun, 12 Apr 2026 19:13:13 -0500 Subject: [PATCH] refac --- src/lib/utils/onedrive-file-picker.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/utils/onedrive-file-picker.ts b/src/lib/utils/onedrive-file-picker.ts index 136d239294..198a8bcafb 100644 --- a/src/lib/utils/onedrive-file-picker.ts +++ b/src/lib/utils/onedrive-file-picker.ts @@ -78,7 +78,8 @@ class OneDriveConfig { const msalParams = { auth: { authority: `https://login.microsoftonline.com/${authorityEndpoint}`, - clientId: clientId + clientId: clientId, + redirectUri: window.location.origin } };