diff --git a/src/libsync/theme.cpp b/src/libsync/theme.cpp index a93828ccc..ef1c5c596 100644 --- a/src/libsync/theme.cpp +++ b/src/libsync/theme.cpp @@ -346,7 +346,7 @@ QString Theme::openIdConnectScopes() const QString Theme::openIdConnectPrompt() const { - return QStringLiteral("select_account consent"); + return QStringLiteral("consent"); } bool Theme::oidcEnableDynamicRegistration() const