Skip to content
Snippets Groups Projects
Commit 93b1a0e5 authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

Issue #3448936: Trimming is not necessary

parent b8249c4a
No related branches found
No related tags found
2 merge requests!312Issue # 3494493: Documentation: Document Maintainer Widget,!299Remove heroes from components field. Update CTA section and add variants.
......@@ -2157,8 +2157,8 @@ function drush_drupalorg_keycloak_integrity_check($log_filename = null) {
(bool) $drupal_user->status,
$drupal_user->created,
empty($drupal_user->timezone) ? '' : (string) $drupal_user->timezone,
!empty($drupal_user->firstname) ? trim($drupal_user->firstname) : '',
!empty($drupal_user->lastname) ? trim($drupal_user->lastname) : '',
!empty($drupal_user->firstname) ? $drupal_user->firstname : '',
!empty($drupal_user->lastname) ? $drupal_user->lastname : '',
empty($drupal_user->pre_auth_role),
(bool) $drupal_user->confirmed,
(bool) $drupal_user->tfa_created,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment