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>2020-11-02 16:25:42 +0300
committerHannah von Reth <vonreth@kde.org>2020-11-02 20:25:07 +0300
commit588b133d0a6d1870e79579aee6ead5d1e658c9af (patch)
tree9446b0def13603cf3f6ca6777330e58a7b3b74cb
parent0e4d0287e01c4084f99df27d897dbb8021418417 (diff)
Set the default oidc promt to 'select_account consent'
-rw-r--r--src/libsync/theme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsync/theme.cpp b/src/libsync/theme.cpp
index af96b5292..4c7d987f0 100644
--- a/src/libsync/theme.cpp
+++ b/src/libsync/theme.cpp
@@ -559,7 +559,7 @@ QString Theme::openIdConnectScopes() const
QString Theme::openIdConnectPrompt() const
{
- return QStringLiteral("select_account");
+ return QStringLiteral("select_account consent");
}
QString Theme::versionSwitchOutput() const