Der Reiter ist korrekt mit Benutzerverwaltung. Dort kommen später noch mehr Funktionen rein.

This commit is contained in:
ISA
2025-04-29 08:25:11 +02:00
parent 5b39fdaacf
commit d66f0f1bdc
2 changed files with 2 additions and 4 deletions

View File

@@ -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">

View File

@@ -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;