Commit eb8b7893 authored by blueboar2's avatar blueboar2 Committed by João Ventura
Browse files

Issue #3281137 by blueboar2, jcnventura: Some improvement of code

parent 096409d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -219,7 +219,7 @@ class OpenIDConnectSettingsForm extends ConfigFormBase {
    $form['advanced'] = [
      '#title' => $this->t('Advanced'),
      '#type' => 'details',
      '#open' => $settings->get('connect_existing_users') ? TRUE : FALSE,
      '#open' => $settings->get('connect_existing_users'),
    ];
    $form['advanced']['connect_existing_users'] = [
      '#type' => 'checkbox',