allowed login update

This commit is contained in:
2020-04-08 23:15:42 -05:00
parent f88232fdd3
commit 96e0710d8a
2 changed files with 2 additions and 1 deletions

View File

@@ -312,6 +312,7 @@ class AdminController extends Controller
$login->entity_name = $request->allowedEntityName;
$login->entity_type = $request->allowedEntityType;
$login->login_type = $request->allowedLoginType;
$login->save();
}
return redirect('/admin/dashboard')->with('success', 'Entity added to allowed login list.');