Der Reiter ist korrekt mit Benutzerverwaltung. Dort kommen später noch mehr Funktionen rein.
This commit is contained in:
@@ -33,9 +33,7 @@ const UserManagementSettings: React.FC = () => {
|
||||
|
||||
return (
|
||||
<div className="p-6 md:p-3 bg-gray-100 max-w-5xl mr-auto">
|
||||
<h2 className="text-sm md:text-md font-bold mb-4">
|
||||
Benutzerverwaltung (nur Login)
|
||||
</h2>
|
||||
<h2 className="text-sm md:text-md font-bold mb-4">Login Admin-Bereich</h2>
|
||||
|
||||
{/* Admin Login/Logout */}
|
||||
<div className="flex flex-col gap-1">
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
||||
|
||||
*/
|
||||
const webVersion = "1.6.300";
|
||||
const webVersion = "1.6.301";
|
||||
export default webVersion;
|
||||
|
||||
Reference in New Issue
Block a user