Skip to content

Commit

Permalink
chore(Nextcloud): change button label to be similar to other log in b…
Browse files Browse the repository at this point in the history
…uttons

Signed-off-by: Philip Miglinci <pmig@glasskube.eu>
  • Loading branch information
pmig authored and christophenne committed Dec 11, 2023
1 parent 45d033c commit f78b247
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class NextcloudConfigMap : CRUDKubernetesDependentResource<ConfigMap, Nextcloud>
arrayOf(
"oidc_login_provider_url" to it.issuerUrl,
"oidc_login_logout_url" to primary.spec.host,
"oidc_login_button_text" to "Login with " + it.name,
"oidc_login_button_text" to "Log in with " + it.name,
"oidc_login_disable_registration" to false,
"oidc_login_scope" to "openid profile email",
"oidc_login_attributes" to mapOf(
Expand Down

0 comments on commit f78b247

Please sign in to comment.