style: fix prettier formatting issues

Fix code style issues in translation file and TOTP dialog component
to pass CI prettier check.
This commit is contained in:
ZacharyZcR
2025-10-10 00:02:49 +08:00
parent b3b25e8896
commit 720b7ed723
2 changed files with 1385 additions and 1387 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -46,9 +46,7 @@ export function TOTPDialog({
className="space-y-4"
>
<div>
<Label htmlFor="totpCode">
{t("terminal.totpCodeLabel")}
</Label>
<Label htmlFor="totpCode">{t("terminal.totpCodeLabel")}</Label>
<Input
id="totpCode"
name="totpCode"