diff --git a/KeeAnywhere/StorageProviders/Dropbox/DropboxStorageConfigurator.cs b/KeeAnywhere/StorageProviders/Dropbox/DropboxStorageConfigurator.cs index d39a081..e64b722 100644 --- a/KeeAnywhere/StorageProviders/Dropbox/DropboxStorageConfigurator.cs +++ b/KeeAnywhere/StorageProviders/Dropbox/DropboxStorageConfigurator.cs @@ -53,9 +53,9 @@ public async Task CreateAccount() "files.content.read" }; - var ports = Enumerable.Range(49306, 49315) - .Concat(Enumerable.Range(49996, 50005)) - .Concat(Enumerable.Range(63900, 63910)); + var ports = Enumerable.Range(49306, 10) + .Concat(Enumerable.Range(49996, 10)) + .Concat(Enumerable.Range(63900, 10)); var browser = new OidcSystemBrowser(ports); diff --git a/docs/index.md b/docs/index.md index 154c232..a143186 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,7 +2,7 @@ title: KeeAnywhere description: A cloud storage provider plugin for KeePass Password Safe --- -# Noteworthy for updates from 1.x: +# Noteworthy for updates from 1.x to 2.x: * Authorization now takes place in your system's default browser. After logging in and accepting the terms of your account, it redirects to "localhost" (with changing ports). It then states, that you can close this window (= tab) now. * OneDrive-Accounts have to be deleted and recreated. Sync all offline-files *before* deleting your account! * Dropbox-Accounts have to be re-authenticated