1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-10-31 00:07:48 +02:00

All: Show login prompt for OneDrive (#5933)

This commit is contained in:
Jonathan Heard
2022-01-09 12:25:24 +01:00
committed by GitHub
parent 9684b38f7e
commit 5c77317735

View File

@@ -89,6 +89,7 @@ export default class OneDriveApi {
scope: 'files.readwrite offline_access sites.readwrite.all',
response_type: 'code',
redirect_uri: redirectUri,
prompt: 'login',
};
return `https://login.microsoftonline.com/common/oauth2/v2.0/authorize?${stringify(query)}`;
}