diff --git a/src/libsync/theme.cpp b/src/libsync/theme.cpp index c6ca79fe8e..8779b358a1 100644 --- a/src/libsync/theme.cpp +++ b/src/libsync/theme.cpp @@ -337,7 +337,7 @@ QVector Theme::oauthPorts() const QString Theme::openIdConnectScopes() const { - return QStringLiteral("openid offline_access email profile"); + return QStringLiteral("openid offline_access email profile groups"); } QString Theme::openIdConnectPrompt() const