mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-01-11 16:58:58 +01:00
Revert unwanted previous change
This commit is contained in:
parent
03981bc12b
commit
d9b48e8806
@ -17,7 +17,7 @@ class TwoFAccountController extends Controller
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
return response()->json(TwoFAccount::all());
|
||||
return response()->json(TwoFAccount::ofGroup(Options::get('activeGroup'))->ordered()->get()->toArray());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user