allowed login update
This commit is contained in:
@@ -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.');
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user