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-01-25 15:53:40 +0300
committerGitHub <noreply@github.com>2021-01-25 15:53:40 +0300
commit2519a0bd0cf2edc9a0109ea86ded1238d3f48b99 (patch)
treeb79552c9867b40d8fa274fab01dcb415ab94864e /changelog
parent94325edc72c0796abadc3d3ae52eac1bfce64f8c (diff)
Fix OIDC display (#8391)
Fixes: #8390
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/83905
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog/unreleased/8390 b/changelog/unreleased/8390
new file mode 100644
index 000000000..fb3044764
--- /dev/null
+++ b/changelog/unreleased/8390
@@ -0,0 +1,5 @@
+Bugfix: Fix wrong option provided to OIDC
+
+We fixed a bug where we passed a wrong value to the OIDC display parameter
+
+https://github.com/owncloud/client/issues/8390