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_name = $request->allowedEntityName;
$login->entity_type = $request->allowedEntityType; $login->entity_type = $request->allowedEntityType;
$login->login_type = $request->allowedLoginType; $login->login_type = $request->allowedLoginType;
$login->save();
} }
return redirect('/admin/dashboard')->with('success', 'Entity added to allowed login list.'); return redirect('/admin/dashboard')->with('success', 'Entity added to allowed login list.');

View File

@@ -1,4 +1,4 @@
@extends('admin.layouts.b4') @extends('layouts.admin.b4')
@section('content') @section('content')
<div class="container-fluid"> <div class="container-fluid">
<div class="card"> <div class="card">