Skip to content

Commit

Permalink
Add 'type' to user_id field
Browse files Browse the repository at this point in the history
  • Loading branch information
Moc committed Feb 18, 2021
1 parent c3e8058 commit 143fb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class twofactorauth_ui extends e_admin_ui
),
'user_id' => array(
'title' => LAN_ID,
'type' => '',
'type' => 'number',
'data' => 'int',
'width' => '5%',
'readonly' => true,
Expand Down

0 comments on commit 143fb28

Please sign in to comment.