Change client names in idp

This commit is contained in:
Alex Ackermann
2025-02-11 09:52:32 +01:00
parent ecff19cd1c
commit cf5b4f7dbf
2 changed files with 7 additions and 7 deletions
@@ -74,7 +74,7 @@ func DefaultConfig() *config.Config {
Clients: []config.Client{
{
ID: "web",
Name: "OpenCloud Web app",
Name: "OpenCloud Web App",
Trusted: true,
RedirectURIs: []string{
"{{OC_URL}}/",
@@ -87,7 +87,7 @@ func DefaultConfig() *config.Config {
},
{
ID: "OpenCloudDesktop",
Name: "OpenCloud Desktop client",
Name: "OpenCloud Desktop Client",
ApplicationType: "native",
RedirectURIs: []string{
"http://127.0.0.1",
@@ -96,7 +96,7 @@ func DefaultConfig() *config.Config {
},
{
ID: "OpenCloudAndroid",
Name: "OpenCloud Android app",
Name: "OpenCloud Android App",
ApplicationType: "native",
RedirectURIs: []string{
"oc://android.opencloud.eu",
@@ -104,7 +104,7 @@ func DefaultConfig() *config.Config {
},
{
ID: "OpenCloudIOS",
Name: "OpenCloud iOS app",
Name: "OpenCloud iOS App",
ApplicationType: "native",
RedirectURIs: []string{
"oc://ios.opencloud.eu",