V 1.0.2. Keine vorausgefüllte Login-Seite mehr

This commit is contained in:
2026-03-01 08:46:59 +00:00
parent 8c6d1bcf6d
commit 319ac8699e
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ export default function LoginPage() {
name="username"
type="text"
required
autoComplete="username"
autoComplete="off"
className="appearance-none relative block w-full px-4 py-3 border border-gray-300 dark:border-gray-600 placeholder-gray-500 dark:placeholder-gray-400 text-gray-900 dark:text-white bg-white dark:bg-gray-700 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent transition-colors"
placeholder="Benutzername"
disabled={isPending}
@@ -51,7 +51,7 @@ export default function LoginPage() {
name="password"
type="password"
required
autoComplete="current-password"
autoComplete="new-password"
className="appearance-none relative block w-full px-4 py-3 border border-gray-300 dark:border-gray-600 placeholder-gray-500 dark:placeholder-gray-400 text-gray-900 dark:text-white bg-white dark:bg-gray-700 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent transition-colors"
placeholder="Passwort"
disabled={isPending}