Update-Passwort-Hinweis zeigt auf Einstellungen (Box-Zugang-Karte entfernt)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
+2
-2
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
<link rel="manifest" href="/manifest.webmanifest" />
|
<link rel="manifest" href="/manifest.webmanifest" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<title>Mission Control 2.0</title>
|
<title>Mission Control 2.0</title>
|
||||||
<script type="module" crossorigin src="/assets/index-CWiMcf79.js"></script>
|
<script type="module" crossorigin src="/assets/index-BZIxDFd6.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-DfNbRJ2k.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-DfNbRJ2k.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -164,9 +164,10 @@ export function SystemDrawer({ open, onClose, defaultTab = "maintenance" }: Syst
|
|||||||
if (res?.status === "password_required" || res?.status === "incorrect_password") {
|
if (res?.status === "password_required" || res?.status === "incorrect_password") {
|
||||||
showAlert(
|
showAlert(
|
||||||
"Box-Passwort nötig",
|
"Box-Passwort nötig",
|
||||||
res.status === "incorrect_password"
|
(res.status === "incorrect_password"
|
||||||
? "Das gespeicherte Box-Passwort stimmt nicht. Bitte in der Konsole unter „Box-Zugang“ korrigieren (oder hier in den Einstellungen)."
|
? "Das gespeicherte Box-Passwort stimmt nicht. "
|
||||||
: "Für dieses Update braucht die Box dein Passwort. Bitte in der Konsole unter „Box-Zugang“ setzen (oder hier in den Einstellungen).",
|
: "Für dieses Update braucht die Box dein Passwort. ")
|
||||||
|
+ "Bitte oben im Reiter „Einstellungen“ setzen bzw. korrigieren.",
|
||||||
)
|
)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user