mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-14 07:48:37 +02:00
Create and Edit update with icon field
This commit is contained in:
@ -32,7 +32,8 @@ class TwoFAccountController extends Controller
|
||||
$twofaccount = TwoFAccount::create([
|
||||
'name' => $request->name,
|
||||
'email' => $request->email,
|
||||
'uri' => $request->uri
|
||||
'uri' => $request->uri,
|
||||
'icon' => $request->icon
|
||||
]);
|
||||
|
||||
return response()->json($twofaccount, 201);
|
||||
|
Reference in New Issue
Block a user