You've already forked joplin
							
							
				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:
		| @@ -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)}`; | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user