Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-12-10 12:52:38 +0300
committerHannah von Reth <vonreth@kde.org>2021-12-15 12:52:23 +0300
commit4ba37025f4b5ac4a2a6cde6aac7d4a5896cfbac1 (patch)
tree7556af46a6fa71095136786095fe595cef44c941 /changelog
parentc8dd64d8fdd8913341b498d4c18da64dadbf8523 (diff)
Restart oauth on error
Fixes: #9196
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/91966
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog/unreleased/9196 b/changelog/unreleased/9196
new file mode 100644
index 000000000..18503f1df
--- /dev/null
+++ b/changelog/unreleased/9196
@@ -0,0 +1,6 @@
+Bugfix: Always restart OAuth2 on error
+
+We now always restart the OAuth2 process once we got a result.
+This will ensure that a second try after an error occurred can succeed.
+
+https://github.com/owncloud/client/issues/9196