diff --git a/FMS/Pages/Shared/_Layout.cshtml b/FMS/Pages/Shared/_Layout.cshtml index 1b53098..2400383 100644 --- a/FMS/Pages/Shared/_Layout.cshtml +++ b/FMS/Pages/Shared/_Layout.cshtml @@ -24,6 +24,13 @@ File Management System + @if (User.Identity?.IsAuthenticated ?? false) { diff --git a/FMS/wwwroot/js/formIndex.js b/FMS/wwwroot/js/formIndex.js index 5555bf3..f5d9563 100644 --- a/FMS/wwwroot/js/formIndex.js +++ b/FMS/wwwroot/js/formIndex.js @@ -1,3 +1,3 @@ $(document).ready(function formIndex() { - setTimeout(function () { $('.alert').alert('close') }, 4000) + setTimeout(function () { $('.alert').alert('close') }, 6000) }); \ No newline at end of file