From 685de1a0ea5b536f2dbc9d0dc8039312ff934f71 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Thu, 29 Jul 2021 11:05:27 +0200 Subject: [PATCH] Fix wekan logo --- flux2/core/base/single-sign-on/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flux2/core/base/single-sign-on/release.yaml b/flux2/core/base/single-sign-on/release.yaml index 212e6fba0..7d97712e7 100644 --- a/flux2/core/base/single-sign-on/release.yaml +++ b/flux2/core/base/single-sign-on/release.yaml @@ -155,7 +155,7 @@ spec: redirectUri: "https://wekan.${domain}/auth" scopes: "openid profile email openappstack_roles" clientUri: "https://wekan.${domain}" - clientLogoUri: "https://wekan.${domain}/wekan-logo-512.svg" + clientLogoUri: "https://wekan.${domain}/wekan-logo.svg" tokenEndpointAuthMethod: "client_secret_post" responseTypes: - "code" -- GitLab