fix: [UI] Fix user sorting

pull/8613/head
Jakub Onderka 2022-10-13 14:13:03 +02:00
parent 34a1661722
commit 4ba72eb14e
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@
'element' => 'datetime',
'class' => 'short',
'data_path' => 'User.last_api_access',
'requirement' => !empty(Configure::read('MISP.store_api_access_time')) && Configure::read('MISP.store_api_access_time', false)
'requirement' => !empty(Configure::read('MISP.store_api_access_time')),
),
array(
'name' => (Configure::read('Plugin.CustomAuth_name') ? Configure::read('Plugin.CustomAuth_name') : __('External Auth')),