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

Added navigator and handle OneDrive auth

This commit is contained in:
Laurent Cozic
2017-11-06 18:35:04 +00:00
parent d763b13e44
commit 8dd41dca96
12 changed files with 305 additions and 77 deletions

View File

@@ -32,7 +32,7 @@ class OneDriveLoginScreenComponent extends BaseScreenComponent {
}
redirectUrl() {
return 'https://login.microsoftonline.com/common/oauth2/nativeclient';
return reg.oneDriveApi().nativeClientRedirectUrl();
}
async webview_load(noIdeaWhatThisIs) {