fix tld for ios client

Co-authored-by: Andre Duffeck <aduffeck@users.noreply.github.com>
This commit is contained in:
Ralf Haferkamp
2025-01-28 11:18:41 +01:00
committed by GitHub
parent 58940798bc
commit 3ef390c16b

View File

@@ -107,7 +107,7 @@ func DefaultConfig() *config.Config {
Name: "OpenCloud iOS app",
ApplicationType: "native",
RedirectURIs: []string{
"oc://ios.opencloud.com",
"oc://ios.opencloud.eu",
},
},
},