Display if subusers are using 2FA

This commit is contained in:
Dane Everitt 2017-01-22 16:16:26 -05:00
parent edd26893a5
commit 9e54dabe5b
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 10 additions and 1 deletions

View file

@ -59,4 +59,5 @@ return [
'yes' => 'Yes',
'no' => 'No',
'delete' => 'Delete',
'2fa' => '2FA',
];