Browse Source

Fix typo in defaults.inc.php (replace mmust with must) (#9934)

[skip ci]
master
roumano 23 hours ago
committed by GitHub
parent
commit
6bd729b2f2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      config/defaults.inc.php

2
config/defaults.inc.php

@ -335,7 +335,7 @@ $config['smtp_conn_options'] = null;
// Enable OAuth2 by defining a provider. Use 'generic' here
// if enabled you can activate the Backchannel Logout specifying:
// https://<your roundcube instance>/index.php/login/backchannel to your Identity provider
// if you are using the backchannel, you mmust activate `oauth_cache`
// if you are using the backchannel, you must activate `oauth_cache`
$config['oauth_provider'] = null;
// Provider name to be displayed on the login button

Loading…
Cancel
Save