We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8172c7e commit 21cc828Copy full SHA for 21cc828
1 file changed
src/lib/utils/onedrive-file-picker.ts
@@ -78,7 +78,8 @@ class OneDriveConfig {
78
const msalParams = {
79
auth: {
80
authority: `https://login.microsoftonline.com/${authorityEndpoint}`,
81
- clientId: clientId
+ clientId: clientId,
82
+ redirectUri: window.location.origin
83
}
84
};
85
0 commit comments