Skip to content

Commit 21cc828

Browse files
committed
refac
1 parent 8172c7e commit 21cc828

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/lib/utils/onedrive-file-picker.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ class OneDriveConfig {
7878
const msalParams = {
7979
auth: {
8080
authority: `https://login.microsoftonline.com/${authorityEndpoint}`,
81-
clientId: clientId
81+
clientId: clientId,
82+
redirectUri: window.location.origin
8283
}
8384
};
8485

0 commit comments

Comments
 (0)