diff options
author | Fabian Henneke <FabianHenneke@users.noreply.github.com> | 2020-08-27 12:13:55 +0200 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-08-27 17:36:13 +0530 |
commit | 8c5cd0b7e51ef1e2508e31ded45d616939f35045 (patch) | |
tree | c5aaa99a4eadf106f5a75dfe5de5a4ff740337cf /CHANGELOG.md | |
parent | 4a4e48dc345cd6110313774b15692e1bd8cceae9 (diff) |
Remember HTTPS password throughout a sync operation (#1062)
* Remember HTTPS password throughout a sync operation
* Add CHANGELOG.md entry
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
(cherry picked from commit cba0bc2b29c0f30f6d55c0a43010d7557c89bed9)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a8ad43b..461f7fb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Fixed + +- Delete stored HTTPS password on connection errors (such as failed authentication) + ## [1.11.2] - 2020-08-24 ### Fixed |