Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrodan committed May 23, 2021
1 parent b8d1f16 commit ebeb344
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ public async Task<AccountConfiguration> 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);

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebeb344

Please sign in to comment.