Skip to content

Commit

Permalink
Fixes #5 - Do not show 2FA key in admin/users.php column listing
Browse files Browse the repository at this point in the history
  • Loading branch information
Moc committed Sep 10, 2021
1 parent 05608fa commit 1fa55ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e_user.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ function settings()
'type' => 'method',
'data' => 'str',
'required' => false,
'nolist' => true,
);

return $fields;
Expand Down

0 comments on commit 1fa55ad

Please sign in to comment.