modified plugin Cloudron SSO
version 1.0.0
This commit is contained in:
parent
a212704ec2
commit
0bc27333c2
@ -36,8 +36,7 @@
|
||||
* Change login button text
|
||||
*/
|
||||
add_filter('openid-connect-generic-login-button-text', function( $text ) {
|
||||
$text = __('Login with Cloudron');
|
||||
|
||||
$text = __('Login with ') . getenv('CLOUDRON_OIDC_PROVIDER_NAME') ?: "Cloudron";
|
||||
return $text;
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user