1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Desktop: Change Joplin Cloud login process to allow MFA via browser (#9445)

Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
This commit is contained in:
pedr
2024-03-09 07:35:54 -03:00
committed by GitHub
parent 75cb639ed2
commit 4d8fcff6d5
15 changed files with 347 additions and 124 deletions

View File

@@ -777,6 +777,7 @@ export default class BaseApplication {
// Setting.setValue('sync.10.userContentPath', 'https://joplinusercontent.com');
Setting.setValue('sync.10.path', 'http://api.joplincloud.local:22300');
Setting.setValue('sync.10.userContentPath', 'http://joplinusercontent.local:22300');
Setting.setValue('sync.10.website', 'http://joplincloud.local:22300');
}
// For now always disable fuzzy search due to performance issues: