Refactor Security Management: Split Security page into Users, Providers, and Policies components; remove deprecated Security component; implement CRUD functionality for users, providers, and policies; enhance Uptime page with monitor editing capabilities.
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
import ForwardAuthSettings from '../components/ForwardAuthSettings';
|
||||
|
||||
export default function Security() {
|
||||
return (
|
||||
<div className="space-y-6">
|
||||
<div>
|
||||
<h1 className="text-2xl font-bold text-gray-900 dark:text-white">Security</h1>
|
||||
<p className="mt-1 text-sm text-gray-500 dark:text-gray-400">
|
||||
Manage security settings and authentication providers.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<ForwardAuthSettings />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user